File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
steps :
14
14
15
15
- name : Set up Go 1.x
16
- uses : actions/setup-go@v2
16
+ uses : actions/setup-go@v3
17
17
with :
18
- go-version : ^1.16
18
+ go-version : ^1.18
19
19
20
20
- name : Check out code
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
23
23
- name : Build cli
24
24
run : go build ./cmd/codeowners
Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
with :
15
15
fetch-depth : 0
16
16
17
17
- name : Set up Go
18
- uses : actions/setup-go@v2
18
+ uses : actions/setup-go@v3
19
19
with :
20
- go-version : 1.16
20
+ go-version : 1.18
21
21
22
22
- name : Test
23
23
run : go test ./... -v
24
24
25
25
- name : Run GoReleaser
26
- uses : goreleaser/goreleaser-action@v2
26
+ uses : goreleaser/goreleaser-action@v3
27
27
with :
28
28
version : latest
29
29
args : release --rm-dist
You can’t perform that action at this time.
0 commit comments