File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 0
1818
1919 - name : Set up Go
20- uses : actions/setup-go@v2
20+ uses : actions/setup-go@v4
2121 with :
22- go-version : 1.18
22+ go-version : 1.21
2323
2424 - name : Build
2525 run : |
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v1
25+ uses : actions/checkout@v4
2626
2727 - name : gcloud auth
2828 id : ' auth'
Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0
2222
2323 - name : Fetch all tags
2424 run : git fetch --force --tags
2525
2626 - name : Set up Go
27- uses : actions/setup-go@v2
27+ uses : actions/setup-go@v4
2828 with :
29- go-version : 1.18
29+ go-version : 1.21
3030
3131 - name : Run GoReleaser
32- uses : goreleaser/goreleaser-action@v2
32+ uses : goreleaser/goreleaser-action@v5
3333 with :
3434 distribution : goreleaser
3535 version : latest
You can’t perform that action at this time.
0 commit comments