0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-09 16:00:40 +00:00

build: update workflows to use go 1.19

This commit is contained in:
Beatriz Vieira 2023-01-15 00:19:46 -03:00
parent eea20ebf6b
commit 81c97c21ba
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.18
go-version: ^1.19
- name: Build
run: make build
@ -83,7 +83,7 @@ jobs:
id: go
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
- 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.18
go-version: ^1.19
id: go
- name: Build
run: make build