File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
matrix :
9
9
os : [ubuntu-latest, macos-latest, windows-latest]
10
- go : ['1.19 ', '1.20 ']
10
+ go : ['1.20 ', '1.21 ']
11
11
runs-on : ${{ matrix.os }}
12
12
steps :
13
13
- name : Install dependencies on macOS
63
63
- uses : actions/checkout@v3
64
64
- uses : actions/setup-go@v4
65
65
with :
66
- go-version : ' 1.20 '
66
+ go-version : ' 1.21 '
67
67
- uses : actions/setup-node@v3
68
68
with :
69
69
node-version : " lts/*"
85
85
- uses : actions/checkout@v3
86
86
- uses : actions/setup-go@v4
87
87
with :
88
- go-version : ' 1.20 '
88
+ go-version : ' 1.21 '
89
89
- name : Check Go sources are formatted
90
90
run : |
91
91
diffs="$(gofmt -d ./*.go ./cmd/actionlint/*.go ./scripts/*/*.go ./playground/*.go)"
@@ -110,7 +110,7 @@ jobs:
110
110
uses : docker/build-push-action@v3
111
111
with :
112
112
build-args : |
113
- GOLANG_VER=1.20
113
+ GOLANG_VER=1.21
114
114
push : false
115
115
- name : Test Docker image
116
116
run : docker container run
Original file line number Diff line number Diff line change 37
37
if : ${{ matrix.language != 'go' }}
38
38
- uses : actions/setup-go@v4
39
39
with :
40
- go-version : ' 1.20 '
40
+ go-version : ' 1.21 '
41
41
if : ${{ matrix.language == 'go' }}
42
42
- name : Build Go sources
43
43
run : |
Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@v3
24
24
- uses : actions/setup-go@v4
25
25
with :
26
- go-version : ' 1.20 '
26
+ go-version : ' 1.21 '
27
27
- name : Check new release on GitHub
28
28
run : go run ./scripts/generate-popular-actions -d
29
29
- run : go generate
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v3
20
20
- uses : actions/setup-go@v4
21
21
with :
22
- go-version : ' 1.20 '
22
+ go-version : ' 1.21 '
23
23
- uses : actions/setup-node@v3
24
24
with :
25
25
node-version : " lts/*"
Original file line number Diff line number Diff line change 19
19
- run : ronn ./man/actionlint.1.ronn
20
20
- uses : actions/setup-go@v4
21
21
with :
22
- go-version : ' 1.20 '
22
+ go-version : ' 1.21 '
23
23
- uses : goreleaser/goreleaser-action@v4
24
24
with :
25
25
version : latest
77
77
with :
78
78
platforms : linux/amd64,linux/arm64
79
79
build-args : |
80
- GOLANG_VER=1.20
80
+ GOLANG_VER=1.21
81
81
ACTIONLINT_VER=${{ steps.tag.outputs.name }}
82
82
push : true
83
83
tags : |
You can’t perform that action at this time.
0 commit comments