diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9abe1b3..aeb2800 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,9 +15,9 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Set up Go 1.x - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: - go-version: '> 1.18' + go-version: stable id: go - name: Check out code into the Go module directory