From db5e7d762f6d149c54fa3cb6e0d2893d278927f9 Mon Sep 17 00:00:00 2001 From: Abhishu Raina Date: Thu, 4 Dec 2025 10:11:47 +0530 Subject: [PATCH 1/3] bump go version to 1.24.10 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c5e1353..a0b45f9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-winservices -go 1.24.6 +go 1.24.10 require ( github.com/newrelic/infra-integrations-sdk/v4 v4.2.1 From 2669619e3aad28a641a7262e06ec2d8f2e2c7566 Mon Sep 17 00:00:00 2001 From: Abhishu Raina Date: Thu, 4 Dec 2025 10:34:08 +0530 Subject: [PATCH 2/3] bump 1.24.11 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a0b45f9..431b11a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-winservices -go 1.24.10 +go 1.24.11 require ( github.com/newrelic/infra-integrations-sdk/v4 v4.2.1 From 97e5db7550d59378c78a7d0ab855fca50fc5ed7e Mon Sep 17 00:00:00 2001 From: Abhishu Raina Date: Thu, 4 Dec 2025 10:38:26 +0530 Subject: [PATCH 3/3] bump go version in github actions --- .github/workflows/pullRequestAndMergeMaster.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pullRequestAndMergeMaster.yml b/.github/workflows/pullRequestAndMergeMaster.yml index 375e270..994b275 100644 --- a/.github/workflows/pullRequestAndMergeMaster.yml +++ b/.github/workflows/pullRequestAndMergeMaster.yml @@ -10,7 +10,7 @@ jobs: name: CreateAndPushWindowsExecutable strategy: matrix: - go: [ 1.24.6 ] + go: [ 1.24.11 ] goarch: [ amd64 ] runs-on: windows-2022 steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ed04d7..dfd8d56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: name: CreateAndPushWindowsExecutable strategy: matrix: - go: [ 1.24.6 ] + go: [ 1.24.11 ] goarch: [ amd64 ] runs-on: windows-2022 steps: