Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bvieira/sv4git
Browse files Browse the repository at this point in the history
  • Loading branch information
bvieira committed Jul 22, 2022
2 parents 31c2455 + 9e6376a commit e76d0b8
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 e76d0b8

Please sign in to comment.