File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
go : ['>=1.22', '1.21']
14
14
trino : ['latest', '372']
15
15
steps :
16
- - uses : actions/checkout@v3
17
- - uses : actions/setup-go@v3
16
+ - uses : actions/checkout@v4
17
+ - uses : actions/setup-go@v5
18
18
with :
19
19
go-version : ${{ matrix.go }}
20
20
- run : go test -v -race -timeout 2m ./... -trino_image_tag=${{ matrix.trino }}
Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ jobs:
13
13
release :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
20
20
- name : Fetch all tags
21
21
run : git fetch --force --tags
22
22
23
23
- name : Set up Go
24
- uses : actions/setup-go@v3
24
+ uses : actions/setup-go@v5
25
25
with :
26
26
go-version : " 1.20"
27
27
28
28
- name : Run GoReleaser
29
- uses : goreleaser/goreleaser-action@v3
29
+ uses : goreleaser/goreleaser-action@v5
30
30
with :
31
31
distribution : goreleaser
32
32
version : latest
You can’t perform that action at this time.
0 commit comments