File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ version: 2
2
2
jobs :
3
3
go-version-latest :
4
4
docker :
5
- - image : cimg/go:1.17 -node
5
+ - image : cimg/go:1.18 -node
6
6
steps :
7
7
- checkout
8
8
- run : make
9
9
- run : make alltest
10
10
go-version-last :
11
11
docker :
12
- - image : cimg/go:1.16 -node
12
+ - image : cimg/go:1.17 -node
13
13
steps :
14
14
- checkout
15
15
- run : make
Original file line number Diff line number Diff line change 17
17
- name : Set up Go 1.x
18
18
uses : actions/setup-go@v2
19
19
with :
20
- go-version : 1.17
20
+ go-version : 1.18
21
21
22
22
- run : |
23
23
# https://github.com/actions/setup-go/issues/107
Original file line number Diff line number Diff line change 15
15
- name : Set up Go
16
16
uses : actions/setup-go@v2
17
17
with :
18
- go-version : 1.17
18
+ go-version : 1.18
19
19
20
20
- run : |
21
21
# https://github.com/actions/setup-go/issues/107
Original file line number Diff line number Diff line change 1
1
builds :
2
2
- skip : true
3
3
checksum :
4
- name_template : ' checksums.txt'
4
+ name_template : ' {{ .ProjectName }}_{{ .Version }}_sha256_checksums.txt'
5
+ algorithm : sha256
6
+ extra_files :
7
+ - glob : ./release/packages/*
5
8
release :
6
9
# Same as for github
7
10
# Note: it can only be one: either github, gitlab or gitea
You can’t perform that action at this time.
0 commit comments