diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3b6ce48..dd1a6df 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,13 +8,13 @@ jobs: steps: - name: Set up Go 1.22 - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version: '1.22' id: go - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v4 - name: Make all (go generate, build + test) run: make all