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

build: update go to 1.18 on github workflows

This commit is contained in:
Beatriz Vieira 2022-07-22 16:24:42 -03:00
parent 6f41ca3a9f
commit 82c9cd82bf
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