We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d582d9 commit f90eaa3Copy full SHA for f90eaa3
.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@v3
+ 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
@@ -12,7 +12,7 @@ jobs:
12
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
0 commit comments