Skip to content

Commit

Permalink
ci: update CI go version
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdeveloper committed Feb 9, 2023
1 parent c941955 commit bc09458
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v1
with:
go-version: '1.17'
go-version: '1.18'
- name: run unit tests
run: sudo pip install virtualenv && make test
- name: build binary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v1
with:
go-version: '1.17'
go-version: '1.18'
- name: run unit tests
run: sudo pip install virtualenv && make test
- name: build binary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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
Expand Down

0 comments on commit bc09458

Please sign in to comment.