Skip to content

Commit

Permalink
[DP-2769] Update default Go to 1.21 for forward compatiability (#63)
Browse files Browse the repository at this point in the history
**Summary**
Recently golang released version 1.21 which allows go.mod files to
specify the golang version to use and if not available, download it.
This will allow services that use image-builder to not have to specify
an asdf golang version and instead be able to use the golang version
installed in image-builder. In order to use this functionality however,
the default version of golang in `~/.tool-versions` needs to be a
minimum 1.21.
  • Loading branch information
JamesSlocumIH authored Aug 29, 2023
1 parent 9d71293 commit a6e76c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.30
0.1.31
2 changes: 1 addition & 1 deletion formula/ih-core.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class IhCore < Formula
VERSION="0.1.30"
VERSION="0.1.31"
desc "Brew formula for installing core tools used at Included Health engineering."
homepage "https://github.com/ConsultingMD/homebrew-ih-public"
license "CC BY-NC-ND 4.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/core/asdf/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buf 0.51.1
golang 1.16.3
golang 1.21.0
helm 3.6.1
mkcert 1.4.4
nodejs 16.2.0
Expand Down

0 comments on commit a6e76c6

Please sign in to comment.