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 24422bf4e4
commit 11c3fb39dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

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