We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca59e56 commit 849af2bCopy full SHA for 849af2b
.github/workflows/ci.yaml
@@ -16,10 +16,10 @@ jobs:
16
- "1.20"
17
- "1.21"
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
21
- name: Set up Go (${{ matrix.go }}
22
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
23
with:
24
go-version: ${{ matrix.go }}
25
@@ -30,4 +30,4 @@ jobs:
30
run: go test ./...
31
32
- name: Tidy (${{ matrix.go }})
33
- run: '[[ `go version` < "go version go1.15.10" ]] || go mod tidy'
+ run: go mod tidy
0 commit comments