diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f2272e8..3481c7d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,9 +14,9 @@ jobs: os: [ubuntu-latest, macos-latest] # windows-latest steps: - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: - go-version: stable + go-version: 1.22.x id: go - name: Check out code into the Go module directory