Skip to content

Commit

Permalink
go mod fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pratishbodhale committed Jun 27, 2024
1 parent ace61e6 commit dc8af46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: git config --global --add safe.directory "/__w/keda/keda"

- name: Go modules sync
run: go mod tidy -compat=1.20
run: go mod tidy -compat=1.17

- name: Get the version
id: get_version
Expand Down

0 comments on commit dc8af46

Please sign in to comment.