diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6566ff3..aa8f6df 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -16,8 +16,8 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - # Run on the latest minor release of Go 1.18: - go-version: ^1.18 + # Run on the latest minor release of Go 1.19: + go-version: ^1.19 id: go - name: Check out code into the Go module directory