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 78091ec + 2f69226 commit d289aa2Copy full SHA for d289aa2
.github/workflows/golangci-lint.yml
@@ -7,10 +7,10 @@ jobs:
7
name: lint
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/setup-go@v3
+ - uses: actions/setup-go@v6
11
with:
12
go-version: 1.18.x
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
14
- name: golangci-lint
15
uses: golangci/golangci-lint-action@v3
16
.github/workflows/test.yml
@@ -10,8 +10,8 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
go-version: ${{ matrix.go-version }}
17
- run: go test ./...
0 commit comments