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