diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a9126b0..0efae22 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: - name: Build uses: actions/setup-go@v2 with: - go-version: '1.18.x' + go-version: '1.19.x' - name: Check out code into the Go module directory uses: actions/checkout@v2 @@ -45,7 +45,7 @@ jobs: - name: Build uses: actions/setup-go@v2 with: - go-version: '1.17.x' + go-version: '1.18.x' - name: Check out code into the Go module directory uses: actions/checkout@v2