Skip to content

Commit 09e1990

Browse files
authored
Merge pull request #11 from smallstep/go-1.19.2
Use Go 1.19.2
2 parents b0f74a5 + 6237289 commit 09e1990

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
@@ -1,6 +1,6 @@
11
PKG?=github.com/smallstep/step-kms-plugin
22
BINNAME?=step-kms-plugin
3-
GOLANG_CROSS_VERSION?=v1.19.0
3+
GOLANG_CROSS_VERSION?=v1.19.2
44

55
# Set V to 1 for verbose output from the Makefile
66
Q=$(if $V,,@)

0 commit comments

Comments
 (0)