Skip to content

Commit fcfcd2e

Browse files
authored
chore(deps): update golang version (#202)
1 parent 485704f commit fcfcd2e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/pullRequestAndMergeMaster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
$ErrorView = 'NormalView'
3232
[Environment]::SetEnvironmentVariable("path", "$env:path;$env:GOPATH\bin", "Machine")
3333
.\win_build.ps1 -arch ${{ matrix.goarch }}
34-
- uses: actions/upload-artifact@v2
34+
- uses: actions/upload-artifact@v4
3535
with:
3636
name: binaries
37-
path: .\target\bin\windows_${{ matrix.goarch }}
37+
path: .\target\bin\windows_${{ matrix.goarch }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
upload_url: ${{ github.event.release.upload_url }}
6161
asset_path: ./${{ github.event.repository.name }}-${{ github.event.release.tag_name }}-${{ matrix.goarch }}.zip
6262
asset_name: ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}-${{ matrix.goarch }}.zip
63-
asset_content_type: Integration Zip
63+
asset_content_type: Integration Zip

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 1.0.3 (2024-09-10)
9+
### Fixed
10+
- Bumped dependencies
11+
812
## 1.0.2 (2024-08-01)
913
### Fixed
1014
- Bumped dependencies

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.22.5
3+
go 1.22.7
44

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

0 commit comments

Comments
 (0)