mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-11 18:10:52 -04:00
Update build environment to Fedora 36 & Go 1.19.1
This commit is contained in:
parent
b8b169c93d
commit
0949393dbb
14 changed files with 24 additions and 24 deletions
2
.github/workflows/check-licenses.yml
vendored
2
.github/workflows/check-licenses.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/test-integration.yml
vendored
2
.github/workflows/test-integration.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/test-lint.yml
vendored
2
.github/workflows/test-lint.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue