File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
- name : Setup Go
9
9
uses : actions/setup-go@v5
10
10
with :
11
- go-version : 1.21.6
11
+ go-version : 1.22.0
12
12
- name : Check out source code
13
13
uses : actions/checkout@v4
14
14
- name : Build
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-go@v5
16
16
with :
17
- go-version : 1.21.6
17
+ go-version : 1.22.0
18
18
- name : golangci-lint
19
19
uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
Original file line number Diff line number Diff line change 12
12
- name : Set up Go
13
13
uses : actions/setup-go@v5
14
14
with :
15
- go-version : 1.21.6
15
+ go-version : 1.22.0
16
16
- name : Prepare
17
17
id : prep
18
18
run : |
Original file line number Diff line number Diff line change 1
1
module github.com/jenkins-infra/jenkins-version
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/pkg/errors v0.9.1
You can’t perform that action at this time.
0 commit comments