Skip to content

Commit 76d50b5

Browse files
authored
Merge pull request #172 from jenkins-infra/updatecli_67589917fc5093525bef1ff8585327cdf8f518c343d9b8616881584c140b106b
Bump golang version to 1.22.0
2 parents ea99740 + 1d65c77 commit 76d50b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Setup Go
99
uses: actions/setup-go@v5
1010
with:
11-
go-version: 1.21.6
11+
go-version: 1.22.0
1212
- name: Check out source code
1313
uses: actions/checkout@v4
1414
- name: Build

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.21.6
17+
go-version: 1.22.0
1818
- name: golangci-lint
1919
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: 1.21.6
15+
go-version: 1.22.0
1616
- name: Prepare
1717
id: prep
1818
run: |

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jenkins-infra/jenkins-version
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/pkg/errors v0.9.1

0 commit comments

Comments
 (0)