Skip to content

Commit

Permalink
Merge pull request #207 update golang to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby authored Feb 28, 2023
2 parents 6def906 + ca3fa95 commit 0130084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
publish:
runs-on: ubuntu-20.04
env:
GO_VERSION: "1.18"
GO_VERSION: "1.20"
steps:
- name: Set up Go
uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version: "1.20"

- name: test-build
run: go build -mod=vendor -v ./...
Expand Down

0 comments on commit 0130084

Please sign in to comment.