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

Merge pull request #64 from bvieira/update-go-on-actions

build: update go to 1.18 on github workflows
This commit is contained in:
Beatriz Vieira 2022-07-22 16:25:45 -03:00 committed by GitHub
commit 9e6376a198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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