diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4b150f3..7e56a68 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,12 +10,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.x - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ^1.18 - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get dependencies run: go mod download