Skip to content

Commit fcd4560

Browse files
authored
Updated the Go version to 1.24.12 (#224)
1 parent 4858b04 commit fcd4560

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pullRequestAndMergeMaster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: CreateAndPushWindowsExecutable
1111
strategy:
1212
matrix:
13-
go: [ 1.24.11 ]
13+
go: [ 1.24.12 ]
1414
goarch: [ amd64 ]
1515
runs-on: windows-2022
1616
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: CreateAndPushWindowsExecutable
99
strategy:
1010
matrix:
11-
go: [ 1.24.11 ]
11+
go: [ 1.24.12 ]
1212
goarch: [ amd64 ]
1313
runs-on: windows-2022
1414
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/newrelic/nri-winservices
22

3-
go 1.24.11
3+
go 1.24.12
44

55
require (
66
github.com/newrelic/infra-integrations-sdk/v4 v4.2.1

0 commit comments

Comments
 (0)