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.
2 parents f940654 + 23c19e3 commit 1ac53e9Copy full SHA for 1ac53e9
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Check out code
17
uses: actions/checkout@v4
18
- name: Set up Go env
19
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
20
with:
21
# pick one Go version to check format
22
go-version: '1.18'
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
# pick one Go version for linting
38
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
go-version: ${{ matrix.go }}
58
- name: Run tests
0 commit comments