bump minimal Go version to 1.13
All our downstream platforms now support Go 1.13: RHEL 8.2: golang-1.13.4 Fedora 31: golang-1.13.14 There's no reason anymore to stay on 1.12, therefore this commit bumps the minimal required Go version to 1.13
This commit is contained in:
parent
8d1c187f3c
commit
5e6e77b565
4 changed files with 7 additions and 7 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
|
@ -16,10 +16,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.12
|
||||
- name: Set up Go 1.13
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.12
|
||||
go-version: 1.13
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
|
|
@ -69,10 +69,10 @@ jobs:
|
|||
ports:
|
||||
- 8080:80
|
||||
steps:
|
||||
- name: Set up Go 1.12
|
||||
- name: Set up Go 1.13
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.12
|
||||
go-version: 1.13
|
||||
id: go
|
||||
|
||||
# We need python for koji client.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue