We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63bd2c commit e197ef6Copy full SHA for e197ef6
.github/workflows/goreleaser.yaml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- '*'
7
8
+env:
9
+ GO_VERSION: '1.14'
10
+
11
jobs:
12
goreleaser:
13
runs-on: ubuntu-latest
.goreleaser.yml
@@ -32,7 +32,7 @@ builds:
32
- -X github.com/edaniszewski/chart-releaser/pkg.BuildDate={{ .Date }}
33
- -X github.com/edaniszewski/chart-releaser/pkg.Commit={{ .ShortCommit }}
34
- -X github.com/edaniszewski/chart-releaser/pkg.Tag={{ .Tag }}
35
- - -X github.com/edaniszewski/chart-releaser/pkg.GoVersion={{ .Env.GIMME_GO_VERSION }}
+ - -X github.com/edaniszewski/chart-releaser/pkg.GoVersion={{ .Env.GO_VERSION }}
36
- -X github.com/edaniszewski/chart-releaser/pkg.Version={{ .Version }}
37
goos:
38
- linux
0 commit comments