Skip to content

Commit

Permalink
Merge pull request #64 from bvieira/update-go-on-actions
Browse files Browse the repository at this point in the history
build: update go to 1.18 on github workflows
  • Loading branch information
bvieira authored Jul 22, 2022
2 parents 6f41ca3 + 82c9cd8 commit 9e6376a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.18
- name: Build
run: make build

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
id: go
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.18

- name: Create release notes
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.18
id: go
- name: Build
run: make build

0 comments on commit 9e6376a

Please sign in to comment.