Skip to content

Commit c8e003b

Browse files
Merge pull request #118 from Clever/go1.21
go 1.21 update
2 parents de0701d + c466225 commit c8e003b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ EXECUTABLE_PKG := github.com/Clever/sfncli/cmd/sfncli
99

1010
.PHONY: all test $(PKGS) build install_deps release clean mocks
1111

12-
$(eval $(call golang-version-check,1.13))
12+
$(eval $(call golang-version-check,1.21))
1313

1414
all: test build release
1515

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
v0.7.4
2-
Increase heartbeat interval to manage sfnapi SendTaskHeartbeat throttling
1+
v0.8.0
2+
Go 1.21 update

0 commit comments

Comments
 (0)