File tree 6 files changed +11
-9
lines changed
6 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11
11
name : Build and deploy documentation
12
12
runs-on : ubuntu-latest
13
13
env :
14
- GO_VERSION : ' 1.21 '
14
+ GO_VERSION : ' 1.22.0-rc1 '
15
15
NODE_VERSION : ' 20.x'
16
16
CGO_ENABLED : 0
17
17
Original file line number Diff line number Diff line change 18
18
# ex:
19
19
# - 1.18beta1 -> 1.18.0-beta.1
20
20
# - 1.18rc1 -> 1.18.0-rc.1
21
- go-version : ' 1.21 '
21
+ go-version : ' 1.22.0-rc1 '
22
22
23
23
- name : Update GitHub action config
24
24
run : make assets/github-action-config.json
Original file line number Diff line number Diff line change 9
9
name : Build documentation
10
10
runs-on : ubuntu-latest
11
11
env :
12
- GO_VERSION : ' 1.21 '
12
+ GO_VERSION : ' 1.22.0-rc1 '
13
13
NODE_VERSION : ' 20.x'
14
14
CGO_ENABLED : 0
15
15
Original file line number Diff line number Diff line change 17
17
# ex:
18
18
# - 1.18beta1 -> 1.18.0-beta.1
19
19
# - 1.18rc1 -> 1.18.0-rc.1
20
- go-version : ' 1.21 '
20
+ go-version : ' 1.22.0-rc1 '
21
21
- name : Run go list
22
22
run : go list -json -m all > go.list
23
23
- name : Nancy
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
8
8
env :
9
- GO_VERSION : ' 1.21 '
9
+ GO_VERSION : ' 1.22.0-rc1 '
10
10
11
11
jobs :
12
12
# Check if there is any dirty change for go mod tidy
41
41
# ex:
42
42
# - 1.18beta1 -> 1.18.0-beta.1
43
43
# - 1.18rc1 -> 1.18.0-rc.1
44
- go-version : ${{ env.GO_VERSION }}
44
+ # TODO(ldez) must be changed after the first release of golangci-lint with go1.22
45
+ # go-version: ${{ env.GO_VERSION }}
46
+ go-version : ' 1.21'
45
47
- name : lint
46
48
47
49
with :
88
90
strategy :
89
91
matrix :
90
92
golang :
91
- - ' 1.20'
92
93
- ' 1.21'
94
+ - ' 1.22.0-rc1'
93
95
steps :
94
96
- uses : actions/checkout@v4
95
97
- name : Install Go
Original file line number Diff line number Diff line change 16
16
# ex:
17
17
# - 1.18beta1 -> 1.18.0-beta.1
18
18
# - 1.18rc1 -> 1.18.0-rc.1
19
- go-version : ' 1.21 '
19
+ go-version : ' 1.22.0-rc1 '
20
20
- name : Unshallow
21
21
run : git fetch --prune --unshallow
22
22
46
46
# ex:
47
47
# - 1.18beta1 -> 1.18.0-beta.1
48
48
# - 1.18rc1 -> 1.18.0-rc.1
49
- go-version : ' 1.21 '
49
+ go-version : ' 1.22.0-rc1 '
50
50
51
51
- name : Unshallow
52
52
run : git fetch --prune --unshallow
You can’t perform that action at this time.
0 commit comments