Skip to content

Commit d06af85

Browse files
authored
Merge pull request #16 from ApplauseOSS/ci/use-correct-go
ci: use go 1.18 for publishing binaries
2 parents 4180b1e + 8dbed6d commit d06af85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@v3
1717
with:
18-
go-version: 1.17
18+
go-version: 1.18
1919
- uses: actions/checkout@v3
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v3
5050
- uses: actions/setup-go@v3
5151
with:
52-
go-version: 1.17
52+
go-version: 1.18
5353
- name: Build binary
5454
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
5555
- name: Upload release asset

0 commit comments

Comments
 (0)