diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a73f2ae..b034fdf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: run: | sudo apt-get update sudo apt-get install -y build-essential - - uses: actions/setup-go@v6.5.0 + - uses: actions/setup-go@v7.0.0 with: cache: true go-version: '1.26.4'