From 54046ce82d9e537ae1a46035eb270f137fe06ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Wed, 15 Dec 2021 09:43:22 +0100 Subject: [PATCH 1/4] go 1.18 --- Formula/go.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/go.rb b/Formula/go.rb index a4ef8fac5ce42..7c7dc90c5aee7 100644 --- a/Formula/go.rb +++ b/Formula/go.rb @@ -1,9 +1,9 @@ class Go < Formula desc "Open source programming language to build simple/reliable/efficient software" homepage "https://go.dev/" - url "https://go.dev/dl/go1.17.8.src.tar.gz" - mirror "https://fossies.org/linux/misc/go1.17.8.src.tar.gz" - sha256 "2effcd898140da79a061f3784ca4f8d8b13d811fb2abe9dad2404442dabbdf7a" + url "https://go.dev/dl/go1.18.src.tar.gz" + mirror "https://fossies.org/linux/misc/go1.18.src.tar.gz" + sha256 "38f423db4cc834883f2b52344282fa7a39fbb93650dc62a11fdf0be6409bdad6" license "BSD-3-Clause" head "https://go.googlesource.com/go.git", branch: "master" From 7f63a6a0610196cc0ff8a5889044e69d032596c2 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Sat, 19 Mar 2022 07:01:53 +0000 Subject: [PATCH 2/4] go-critic: revision bump for go 1.18 --- Formula/go-critic.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/go-critic.rb b/Formula/go-critic.rb index 99dd501b02c55..9769174fc65d4 100644 --- a/Formula/go-critic.rb +++ b/Formula/go-critic.rb @@ -4,6 +4,7 @@ class GoCritic < Formula url "https://github.com/go-critic/go-critic/archive/refs/tags/v0.6.2.tar.gz" sha256 "75248d8a909e8655040b3af778d92b27beca271dcc210e546607abecc9589d09" license "MIT" + revision 1 head "https://github.com/go-critic/go-critic.git", branch: "master" livecheck do From 89b2ec4d347fdef114f9a522ca0c33ebd30afb62 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Sat, 19 Mar 2022 07:02:01 +0000 Subject: [PATCH 3/4] golangci-lint: revision bump for go 1.18 --- Formula/golangci-lint.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/golangci-lint.rb b/Formula/golangci-lint.rb index f328b9d8c413b..83951013bd48f 100644 --- a/Formula/golangci-lint.rb +++ b/Formula/golangci-lint.rb @@ -5,6 +5,7 @@ class GolangciLint < Formula tag: "v1.45.0", revision: "1f4c1ed9f9fad6f04796748cd1e6641dbdee2126" license "GPL-3.0-only" + revision 1 head "https://github.com/golangci/golangci-lint.git", branch: "master" bottle do From b29a7afbd4af9a61838318054360f0b612beeae4 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Sat, 19 Mar 2022 07:02:06 +0000 Subject: [PATCH 4/4] gosec: revision bump for go 1.18 --- Formula/gosec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/gosec.rb b/Formula/gosec.rb index a52b64296a907..b403724fc7859 100644 --- a/Formula/gosec.rb +++ b/Formula/gosec.rb @@ -4,6 +4,7 @@ class Gosec < Formula url "https://github.com/securego/gosec/archive/v2.10.0.tar.gz" sha256 "a2cfd36884745693f7e6737922a6e3a9d60aeafe5dd24fcc398250ffa201ceda" license "Apache-2.0" + revision 1 head "https://github.com/securego/gosec.git", branch: "master" bottle do