File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
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.22.0-rc.2 '
14
+ GO_VERSION : ' 1.22'
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.22.0-rc.2 '
21
+ go-version : ' 1.22'
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.22.0-rc.2 '
12
+ GO_VERSION : ' 1.22'
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.22.0-rc.2 '
20
+ go-version : ' 1.22'
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.22.0-rc.2 '
9
+ GO_VERSION : ' 1.22'
10
10
11
11
jobs :
12
12
# Check if there is any dirty change for go mod tidy
92
92
matrix :
93
93
golang :
94
94
- ' 1.21'
95
- - ' 1.22.0-rc.2 '
95
+ - ' 1.22'
96
96
steps :
97
97
- uses : actions/checkout@v4
98
98
- 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.22.0-rc.2 '
19
+ go-version : ' 1.22'
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.22.0-rc.2 '
49
+ go-version : ' 1.22'
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