diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2aebc95..e0cda36 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.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