Skip to content

Commit

Permalink
use go1.18 for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KarnerTh committed May 23, 2022
1 parent 194a9b9 commit 7dcfbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Install tparse for pretty test results
run: go install github.com/mfridman/tparse@latest
- name: Run test
Expand Down

0 comments on commit 7dcfbc9

Please sign in to comment.