Update build environment to Fedora 36 & Go 1.19.1

This commit is contained in:
Nils Hanke 2022-09-09 15:00:36 +02:00 committed by Nils Hanke
parent b8b169c93d
commit 0949393dbb
14 changed files with 24 additions and 24 deletions

View file

@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: "1.18"
go-version: "1.19.1"
cache: true
- name: Install go-licenses

View file

@ -28,7 +28,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: "1.18"
go-version: "1.19.1"
cache: true
- name: Install Dependencies

View file

@ -36,7 +36,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: "1.18"
go-version: "1.19.1"
cache: true
- name: golangci-lint