We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4180b1e + 8dbed6d commit d06af85Copy full SHA for d06af85
.github/workflows/golangci-lint.yaml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/setup-go@v3
17
with:
18
- go-version: 1.17
+ go-version: 1.18
19
- uses: actions/checkout@v3
20
- name: golangci-lint
21
uses: golangci/golangci-lint-action@v3
.github/workflows/publish.yml
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
- name: Build binary
54
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
55
- name: Upload release asset
0 commit comments