mirror of https://gitea.com/gitea/act_runner.git
ci: bump go to 1.18 (#1087)
This commit is contained in:
parent
24422bf4e4
commit
11c3fb39dd
|
|
@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch]
|
|||
env:
|
||||
ACT_OWNER: ${{ github.repository_owner }}
|
||||
ACT_REPOSITORY: ${{ github.repository }}
|
||||
GO_VERSION: 1.17
|
||||
GO_VERSION: 1.18
|
||||
CGO_ENABLED: 0
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ on:
|
|||
- v*
|
||||
|
||||
env:
|
||||
GO_VERSION: 1.17
|
||||
GO_VERSION: 1.18
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
|
|||
Loading…
Reference in New Issue