Commit f8917e1 1 parent a92c4a3 commit f8917e1 Copy full SHA for f8917e1
File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
go-version :
14
+ - 1.23.x
14
15
- 1.22.x
15
- - 1.20.x
16
- - 1.19.x
16
+ - 1.21.x
17
17
os :
18
18
- macos
19
19
- ubuntu
33
33
strategy :
34
34
matrix :
35
35
go-version :
36
+ - 1.23.x
36
37
- 1.22.x
37
- - 1.20.x
38
- - 1.19.x
38
+ - 1.21.x
39
39
os :
40
40
- macos
41
41
- ubuntu
69
69
strategy :
70
70
matrix :
71
71
go-version :
72
+ - 1.23.x
72
73
- 1.22.x
73
- - 1.20 .x
74
+ - 1.21 .x
74
75
os :
75
76
- ubuntu
76
77
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-go@v2
13
13
with :
14
- go-version : 1.22 .x
14
+ go-version : 1.23 .x
15
15
- run : make test_without_race
16
16
env :
17
17
S5CMD_ACCESS_KEY_ID : ${{ secrets.S5CMD_GCS_ACCESS_KEY_ID }}
34
34
name : Set up Go
35
35
uses : actions/setup-go@v2
36
36
with :
37
- go-version : ' 1.22 '
37
+ go-version : ' 1.23 '
38
38
-
39
39
name : Run GoReleaser
40
40
uses : goreleaser/goreleaser-action@v2
Original file line number Diff line number Diff line change 1
- FROM golang:1.22 -alpine AS build
1
+ FROM golang:1.23 -alpine AS build
2
2
COPY . /s5cmd/
3
3
RUN apk add --no-cache git make && \
4
4
cd /s5cmd/ && \
You can’t perform that action at this time.
0 commit comments