File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed 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.20.0-rc.3
21
+ go-version : 1.20
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 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.20.0-rc.3
20
+ go-version : 1.20.0
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.20.0-rc.3
9
+ GO_VERSION : 1.20
10
10
11
11
jobs :
12
12
# Check if there is any dirty change for go mod tidy
91
91
matrix :
92
92
golang :
93
93
- 1.19
94
- - 1.20.0-rc.3
94
+ - 1.20
95
95
steps :
96
96
- uses : actions/checkout@v3
97
97
- name : Install Go
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.20.0-rc.3
21
+ go-version : 1.20.0
22
22
- name : Unshallow
23
23
run : git fetch --prune --unshallow
24
24
48
48
# ex:
49
49
# - 1.18beta1 -> 1.18.0-beta.1
50
50
# - 1.18rc1 -> 1.18.0-rc.1
51
- go-version : 1.20.0-rc.3
51
+ go-version : 1.20
52
52
53
53
- name : Unshallow
54
54
run : git fetch --prune --unshallow
Original file line number Diff line number Diff line change 1
1
module github.com/golangci/golangci-lint
2
2
3
- go 1.20
3
+ go 1.19
4
4
5
5
require (
6
6
4d63.com/gocheckcompilerdirectives v1.2.1
You can’t perform that action at this time.
0 commit comments