Skip to content

Commit

Permalink
Merge pull request #32 from DopplerHQ/nic/lock-go-version
Browse files Browse the repository at this point in the history
Lock go version to 1.16
  • Loading branch information
nmanoogian authored Feb 10, 2023
2 parents bc886cf + be69739 commit 1ccddaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
run: echo ${{ steps.docker_build.outputs.digest }}

- uses: actions/setup-go@v2
with:
go-version: "1.16"

- name: Generate Helm Chart and Recommended YAML
run: make dist charts
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DopplerHQ/kubernetes-operator

go 1.15
go 1.16

require (
github.com/go-logr/logr v0.3.0
Expand Down

0 comments on commit 1ccddaf

Please sign in to comment.