We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe80c7 commit ceff820Copy full SHA for ceff820
1 file changed
.github/workflows/test.yml
@@ -13,14 +13,14 @@ jobs:
13
with:
14
go-version: ${{ matrix.go }}
15
- name: Checkout code
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
- name: Test
18
run: go test -v ./...
19
lint:
20
runs-on: ubuntu-latest
21
steps:
22
23
24
- name: go mod tidy
25
run: |
26
go mod tidy
0 commit comments