diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 80cdb8a..b734873 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go 1.18 uses: actions/setup-go@v3 with: - go-version: 1.18.1 + go-version: 1.26.2 id: go - name: Check out code into the Go module directory