Skip to content

Commit

Permalink
fix: update go.work.tmpl to use .GoVersion rather than hard-coded ver…
Browse files Browse the repository at this point in the history
…sion (#898)

removes harcoded go version in autogenerated `go.work` files
  • Loading branch information
mistermoe authored Feb 7, 2024
1 parent f7ba431 commit fe2ff47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-runtime/compile/build-template/go.work.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.21.6
go {{ .GoVersion }}

use (
.
Expand Down

0 comments on commit fe2ff47

Please sign in to comment.