mirror of
https://github.com/on4kjm/FLEcli.git
synced 2025-01-18 21:01:10 +01:00
Bump GoLang version to 1.15
This commit is contained in:
parent
884631a29b
commit
7c5c5b5eb3
2 changed files with 4 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.14.3'
|
||||
go-version: '^1.15.2'
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.14.3'
|
||||
go-version: '^1.15.2'
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.14.3'
|
||||
go-version: '^1.15.2'
|
||||
- run: go mod download
|
||||
- name: Validates GO releaser config
|
||||
uses: goreleaser/goreleaser-action@master
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
run: git fetch --prune --unshallow
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.14.3'
|
||||
go-version: '^1.15.2'
|
||||
- name: Release via goreleaser
|
||||
uses: goreleaser/goreleaser-action@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue