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 ba26ed2 commit c95efd8Copy full SHA for c95efd8
.github/workflows/build.yml
@@ -13,15 +13,15 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- go-version: [1.18.x, 1.20.x]
+ go-version: [1.18.x, 1.21.x]
17
steps:
18
- name: Setup Go
19
uses: actions/setup-go@v4
20
with:
21
go-version: ${{ matrix.go-version }}
22
23
- name: Checkout code
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
- name: Run coverage
27
run: go test . -coverprofile=coverage.out -covermode=atomic
.github/workflows/golangci-lint.yml
@@ -11,7 +11,7 @@ jobs:
11
12
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
0 commit comments