Skip to content

Commit 11508b6

Browse files
authored
Merge pull request #1003 from marquiz/release-0.8
[release-0.8] Bump golang to v1.19.8
2 parents 8b3df76 + 2d8c9d7 commit 11508b6

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)