We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de0701d + c466225 commit c8e003bCopy full SHA for c8e003b
Makefile
@@ -9,7 +9,7 @@ EXECUTABLE_PKG := github.com/Clever/sfncli/cmd/sfncli
9
10
.PHONY: all test $(PKGS) build install_deps release clean mocks
11
12
-$(eval $(call golang-version-check,1.13))
+$(eval $(call golang-version-check,1.21))
13
14
all: test build release
15
VERSION
@@ -1,2 +1,2 @@
1
-v0.7.4
2
-Increase heartbeat interval to manage sfnapi SendTaskHeartbeat throttling
+v0.8.0
+Go 1.21 update
0 commit comments