Skip to content

Commit 57cae5b

Browse files
authored
Merge branch 'main' into dependabot/github_actions/golangci/golangci-lint-action-4.0.0
2 parents d73ac75 + 76d50b5 commit 57cae5b

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@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.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)