Skip to content

Commit bf0fa31

Browse files
authored
fix: bump to address vulnerabilities in go1.24.2 (#254)
1 parent aa248cf commit bf0fa31

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ steps:
2626
- mage --keep -v test
2727

2828
- name: vuln check
29-
image: golang:1.24.2
29+
image: golang:1.24.4
3030
depends_on: [clone]
3131
commands:
3232
- go install golang.org/x/vuln/cmd/govulncheck@latest
3333
- govulncheck ./...
3434

3535
---
3636
kind: signature
37-
hmac: 96b53fa91bf5f81092fd0f4e8780122d2eaae5ab3c1be3908ae7178874db163a
37+
hmac: bc1f2a1ec9536b60d53ff03858708ed520a239fac2b0871fdeeb67ae866d87ce
3838

3939
...

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/grafana/grafana-aws-sdk
22

3-
go 1.24.1
4-
5-
toolchain go1.24.2
3+
go 1.24.4
64

75
require (
86
github.com/aws/aws-sdk-go v1.55.7

0 commit comments

Comments
 (0)