CI: bump jobs.release.executor to go/default:1.22

sameersbn/docker-gitlab#2962
This commit is contained in:
Kazunori Kimura 2024-06-29 00:31:48 +09:00
parent c5e095b4dd
commit 882ab1eac2

View File

@ -269,12 +269,12 @@ jobs:
release:
executor:
name: go/default
tag: '1.14'
tag: '1.22'
steps:
- checkout
- run:
name: Installing github-release tool
command: go get github.com/meterup/github-release
command: go install github.com/meterup/github-release@latest
- run:
name: Creating github release
command: |