Skip to content

Commit f6102de

Browse files
authored
Merge pull request #178 from jenkins-infra/updatecli_main_67589917fc5093525bef1ff8585327cdf8f518c343d9b8616881584c140b106b
Bump golang version to 1.22.1
2 parents f0aa959 + eeeea4f commit f6102de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.22.0
11+
go-version: 1.22.1
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.22.0
17+
go-version: 1.22.1
1818
- name: golangci-lint
1919
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # 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.22.0
15+
go-version: 1.22.1
1616
- name: Prepare
1717
id: prep
1818
run: |

0 commit comments

Comments
 (0)