File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ parameters:
4
4
defaults : &defaults
5
5
resource_class : large
6
6
docker :
7
- - image : bepsays/ci-hugoreleaser:1.22100.20600
7
+ - image : bepsays/ci-hugoreleaser:1.22200.20000
8
8
environment : &buildenv
9
9
GOMODCACHE : /root/project/gomodcache
10
10
version : 2
60
60
environment :
61
61
<< : [*buildenv]
62
62
docker :
63
- - image : bepsays/ci-hugoreleaser-linux-arm64:1.22100.20600
63
+ - image : bepsays/ci-hugoreleaser-linux-arm64:1.22200.20000
64
64
steps :
65
65
- *restore-cache
66
66
- &attach-workspace
Original file line number Diff line number Diff line change 14
14
test :
15
15
strategy :
16
16
matrix :
17
- go-version : [1.21 .x]
17
+ go-version : [1.22 .x]
18
18
os : [ubuntu-latest]
19
19
runs-on : ${{ matrix.os }}
20
20
steps :
Original file line number Diff line number Diff line change 16
16
test :
17
17
strategy :
18
18
matrix :
19
- go-version : [1.20 .x,1.21 .x]
19
+ go-version : [1.21 .x,1.22 .x]
20
20
os : [ubuntu-latest, macos-latest, windows-latest]
21
21
runs-on : ${{ matrix.os }}
22
22
steps :
You can’t perform that action at this time.
0 commit comments