瀏覽代碼

Merge pull request #10048 from thaJeztah/update_go_1.19.4

update to go1.19.4
Milas Bowman 2 年之前
父節點
當前提交
a5823b12f9
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Dockerfile
  2. 1 1
      docker-bake.hcl

+ 1 - 1
Dockerfile

@@ -15,7 +15,7 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-ARG GO_VERSION=1.19.3
+ARG GO_VERSION=1.19.4
 ARG XX_VERSION=1.1.2
 ARG GOLANGCI_LINT_VERSION=v1.49.0
 ARG ADDLICENSE_VERSION=v1.0.0

+ 1 - 1
docker-bake.hcl

@@ -13,7 +13,7 @@
 // limitations under the License.
 
 variable "GO_VERSION" {
-  default = "1.19.3"
+  default = "1.19.4"
 }
 
 variable "BUILD_TAGS" {