Skip to content

Commit 2d8c9d7

Browse files
committed
Bump golang to v1.19.8
1 parent 8b3df76 commit 2d8c9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GO_FMT := gofmt
1111
GO_CYCLO := gocyclo
1212
GO_LINT := golint
1313
GO_CILINT := golangci-lint
14-
GO_VERSION ?= 1.19.6
14+
GO_VERSION ?= 1.19.8
1515
GOLICENSES_VERSION ?= v1.5.0
1616

1717
# TEST_TAGS is the set of extra build tags passed for tests.

0 commit comments

Comments
 (0)