Skip to content

Commit

Permalink
Update ensure-go-installed
Browse files Browse the repository at this point in the history
  • Loading branch information
timvaillancourt authored Dec 9, 2023
1 parent 7632fd8 commit c529eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ensure-go-installed
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

PREFERRED_GO_VERSION=go1.21.5
SUPPORTED_GO_VERSIONS='go1.[1-2][1789]'
SUPPORTED_GO_VERSIONS='go1.[1-2][01789]'

GO_PKG_DARWIN=${PREFERRED_GO_VERSION}.darwin-amd64.pkg
GO_PKG_DARWIN_SHA=d0f8ac0c4fb3efc223a833010901d02954e3923cfe2c9a2ff0e4254a777cc9cc
Expand Down

0 comments on commit c529eca

Please sign in to comment.