Commit 17607a9 1 parent b77874f commit 17607a9 Copy full SHA for 17607a9
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
strategy :
16
16
matrix :
17
- go : ['1.20 .x', '1.21 .x']
17
+ go : ['1.21 .x', '1.22 .x']
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- name : Set up Go
22
- uses : actions/setup-go@v3
22
+ uses : actions/setup-go@v5
23
23
with :
24
24
go-version : ${{ matrix.go }}
25
25
36
36
run : go test -race -v ./...
37
37
38
38
- name : Coveralls
39
- if : ${{ startsWith(matrix.go, '1.21 ') && github.event_name == 'push' }}
39
+ if : ${{ startsWith(matrix.go, '1.22 ') && github.event_name == 'push' }}
40
40
env :
41
41
COVERALLS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
42
run : |
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
- name : Set up Go
20
- uses : actions/setup-go@v3
20
+ uses : actions/setup-go@v5
21
21
with :
22
- go-version : 1.x
22
+ go-version : 1.22. x
23
23
- name : Run GoReleaser
24
- uses : goreleaser/goreleaser-action@v3
24
+ uses : goreleaser/goreleaser-action@v5
25
25
with :
26
26
distribution : goreleaser
27
27
version : latest
You can’t perform that action at this time.
0 commit comments