mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
bump actions/setup-go to v5 and go-version to 1.22.3
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
9e06024567
commit
4c3d189a1a
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -35,10 +35,10 @@ jobs:
|
|||||||
runs-on: ${{ matrix.target.runner }}
|
runs-on: ${{ matrix.target.runner }}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Set up Go 1.19
|
- name: Set up Go 1.22
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.2
|
go-version: 1.22.3
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
@ -50,9 +50,9 @@ jobs:
|
|||||||
GOPATH: ${{runner.workspace}}
|
GOPATH: ${{runner.workspace}}
|
||||||
|
|
||||||
- name: golangci-lint CLI
|
- name: golangci-lint CLI
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
with:
|
||||||
version: v1.50.0
|
version: v1.59.0
|
||||||
working-directory: src/cmd/linuxkit
|
working-directory: src/cmd/linuxkit
|
||||||
args: --verbose --timeout=10m
|
args: --verbose --timeout=10m
|
||||||
- name: go vet CLI
|
- name: go vet CLI
|
||||||
|
6
.github/workflows/package_release.yml
vendored
6
.github/workflows/package_release.yml
vendored
@ -9,10 +9,10 @@ jobs:
|
|||||||
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/pkg-v')
|
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/pkg-v')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go 1.21
|
- name: Set up Go 1.22
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.21.5
|
go-version: 1.22.3
|
||||||
id: go
|
id: go
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -10,10 +10,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Set up Go 1.19
|
- name: Set up Go 1.122
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.2
|
go-version: 1.22.3
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
|
Loading…
Reference in New Issue
Block a user