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 008cad2 commit 0b0a279Copy full SHA for 0b0a279
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-go@v3
15
with:
16
- go-version: 1.19
+ go-version: '1.20'
17
- uses: golangci/golangci-lint-action@v3
18
19
args: --timeout=5m
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
- run: go build ./cmd/hooks-goreleaser/
29
release:
30
runs-on: ubuntu-latest
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
- run: ./scripts/build-local.sh
38
- uses: go-semantic-release/action@v1
39
0 commit comments