mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-08 10:45:03 +02:00
Upgrade Go to 1.21 and bump other dependencies (#330)
Co-authored-by: harryzcy <[email protected]> Reviewed-on: https://gitea.com/gitea/act_runner/pulls/330 Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: harryzcy <[email protected]> Co-committed-by: harryzcy <[email protected]>
This commit is contained in:
committed by
Jason Song
co-authored by
harryzcy
parent
9fc823e4b1
commit
82c3c2df1a
@@ -17,7 +17,7 @@ jobs:
|
||||
fetch-depth: 0 # all history for all branches and tags
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
go-version: '>=1.21.0'
|
||||
- uses: https://gitea.com/actions/[email protected]
|
||||
id: hash-go
|
||||
with:
|
||||
@@ -35,9 +35,9 @@ jobs:
|
||||
- name: goreleaser
|
||||
uses: https://github.com/goreleaser/goreleaser-action@v4
|
||||
with:
|
||||
distribution: goreleaser-pro
|
||||
version: latest
|
||||
args: release --nightly
|
||||
distribution: goreleaser-pro
|
||||
version: latest
|
||||
args: release --nightly
|
||||
env:
|
||||
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
|
||||
AWS_REGION: ${{ secrets.AWS_REGION }}
|
||||
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
fetch-depth: 0 # all history for all branches and tags
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
go-version: '>=1.21.0'
|
||||
- uses: https://gitea.com/actions/[email protected]
|
||||
id: hash-go
|
||||
with:
|
||||
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
go-version: '>=1.21.0'
|
||||
- uses: https://gitea.com/actions/[email protected]
|
||||
id: hash-go
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user