Skip to content

Commit 477a37a

Browse files
committed
Update go compiler and linter in the build scripts
Signed-off-by: Davide Madrisan <[email protected]>
1 parent 818aa9c commit 477a37a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ GOFMT_FILES?=$$(find . -name '*.go' | grep -v pb.go | grep -v vendor)
55

66
EXTERNAL_TOOLS_CI=\
77
github.com/mitchellh/[email protected] \
8-
github.com/golangci/[email protected]
9-
# github.com/golangci/golangci-lint/cmd/[email protected]
8+
github.com/golangci/[email protected]
109

1110
TEST?=$$($(GO_CMD) list ./... | grep -v /vendor/ | grep -v /integ)
1211
TEST_TIMEOUT?=5m

deploy/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.17
15+
FROM golang:1.23
1616

1717
WORKDIR /go/src/github.com/madrisan/go-mattermost-notify
1818

0 commit comments

Comments
 (0)