0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-06-03 03:49:39 +02:00

Merge branch 'master' of github.com:bvieira/sv4git

This commit is contained in:
Beatriz Vieira 2022-07-22 16:31:19 -03:00
commit e76d0b8c1a
2 changed files with 3 additions and 3 deletions

View File

@ -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
@ -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: |

View File

@ -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