mirror of
https://github.com/qwc/backive.git
synced 2025-01-18 17:47:18 +01:00
Update to go 1.19
This commit is contained in:
parent
17d379aa9f
commit
f4a1272ffa
4
.github/workflows/go-release.yml
vendored
4
.github/workflows/go-release.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Go
|
||||
|
||||
on:
|
||||
on:
|
||||
release
|
||||
|
||||
jobs:
|
||||
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.19
|
||||
- name: Install GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2.7.0
|
||||
with:
|
||||
|
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.19
|
||||
- name: Install GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2.7.0
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user