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

chore: update go version on github actions

This commit is contained in:
Beatriz Vieira 2022-04-05 22:18:45 -03:00
parent 247ff8b100
commit 7106d50eb3
2 changed files with 3 additions and 4 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.17
- name: Build
run: make build
@ -83,7 +83,7 @@ jobs:
id: go
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.17
- name: Create release notes
run: |

View File

@ -4,7 +4,6 @@ on:
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
- '**/.gitignore'
jobs:
@ -29,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.17
id: go
- name: Build
run: make build