Skip to content

Commit 8d4d587

Browse files
authored
chore: bump go version in release-assets workflow (#230)
Signed-off-by: Skye Gill <[email protected]> Signed-off-by: Skye Gill <[email protected]>
1 parent a3d0609 commit 8d4d587

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77

88
env:
9+
# Default minimum version of Go to support.
10+
DEFAULT_GO_VERSION: 1.18
911
REGISTRY: ghcr.io
1012
IMAGE_NAME: ${{ github.repository }}
1113

@@ -110,7 +112,7 @@ jobs:
110112
- name: Setup go
111113
uses: actions/setup-go@v3
112114
with:
113-
go-version: '1.17.11'
115+
go-version: ${{ env.DEFAULT_GO_VERSION }}
114116
- run: |
115117
make update-flagd
116118
go mod tidy
@@ -127,7 +129,6 @@ jobs:
127129
with:
128130
tag_name: ${{ needs.release-please.outputs.release_tag_name }}
129131
files: |
130-
config/webhook/certificate.yaml
131132
config/rendered/release.yaml
132133
config/samples/end-to-end.yaml
133134
open-feature-operator-sbom.spdx.json

0 commit comments

Comments
 (0)