Skip to content

Commit 4676081

Browse files
authored
Merge pull request #8 from gruntwork-io/macos-go-verison
Updated go version for crossplatform builds
2 parents 85bbc94 + e50f23a commit 4676081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- attach_workspace:
162162
at: .
163163
- go/install:
164-
version: "1.21.1"
164+
version: "1.23.1"
165165
- run:
166166
name: Install sign-binary-helpers
167167
command: |

.circleci/install-golang.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install golang using Chocolatey
2-
choco install golang --version 1.21.1 -y
2+
choco install golang --version 1.23.1 -y
33
# Verify installation
44
Get-Command go
55
go version

0 commit comments

Comments
 (0)