From a6e76c6f4606eeb2aaa344b32c7bb77f26bf8828 Mon Sep 17 00:00:00 2001 From: JamesSlocumIH <132921739+JamesSlocumIH@users.noreply.github.com> Date: Tue, 29 Aug 2023 13:11:55 -0500 Subject: [PATCH] [DP-2769] Update default Go to 1.21 for forward compatiability (#63) **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. --- VERSION | 2 +- formula/ih-core.rb | 2 +- lib/core/asdf/.tool-versions | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 013adb7..db7a480 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.30 +0.1.31 diff --git a/formula/ih-core.rb b/formula/ih-core.rb index 5717b91..d75030e 100644 --- a/formula/ih-core.rb +++ b/formula/ih-core.rb @@ -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" diff --git a/lib/core/asdf/.tool-versions b/lib/core/asdf/.tool-versions index 141a279..8fe2aa2 100644 --- a/lib/core/asdf/.tool-versions +++ b/lib/core/asdf/.tool-versions @@ -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