Skip to content

Commit

Permalink
fix(gha): upgrade go version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-maurice committed Nov 27, 2023
1 parent fa9d385 commit 5aa07ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.20
- name: Test
run: make test; make lint
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: "1.18"
go-version: "1.20"
- name: Build
run: |
make test
Expand Down

0 comments on commit 5aa07ce

Please sign in to comment.