Skip to content

Commit 0b0a279

Browse files
ci: use go 1.20
1 parent 008cad2 commit 0b0a279

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-go@v3
1515
with:
16-
go-version: 1.19
16+
go-version: '1.20'
1717
- uses: golangci/golangci-lint-action@v3
1818
with:
1919
args: --timeout=5m
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: actions/setup-go@v3
2626
with:
27-
go-version: 1.19
27+
go-version: '1.20'
2828
- run: go build ./cmd/hooks-goreleaser/
2929
release:
3030
runs-on: ubuntu-latest
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v3
3434
- uses: actions/setup-go@v3
3535
with:
36-
go-version: 1.19
36+
go-version: '1.20'
3737
- run: ./scripts/build-local.sh
3838
- uses: go-semantic-release/action@v1
3939
with:

0 commit comments

Comments
 (0)