1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

ci: bump go to 1.18 (#1087)

This commit is contained in:
Ryan 2022-03-29 22:10:32 +02:00 committed by GitHub
parent 410994b2a3
commit 74cca3f919
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch]
env: env:
ACT_OWNER: ${{ github.repository_owner }} ACT_OWNER: ${{ github.repository_owner }}
ACT_REPOSITORY: ${{ github.repository }} ACT_REPOSITORY: ${{ github.repository }}
GO_VERSION: 1.17 GO_VERSION: 1.18
CGO_ENABLED: 0 CGO_ENABLED: 0
jobs: jobs:

View file

@ -5,7 +5,7 @@ on:
- v* - v*
env: env:
GO_VERSION: 1.17 GO_VERSION: 1.18
jobs: jobs:
release: release: