Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version: ${{ matrix.go_version }}

- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Vet
run: go vet ./...
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
# Checkout comes first here, unlike the test job above, because setup-go keys its
# module cache off go.sum and cannot find it before the tree exists.
- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Go 1.x
uses: actions/setup-go@v6
Expand Down
Loading