Skip to content

Commit 8aaa271

Browse files
committed
dpc-5385 - updating go version to address additional vulnerabilities
1 parent cd78f9b commit 8aaa271

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/deploy_go_lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.3.0
3636
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3737
with:
38-
go-version: '1.25.x'
38+
go-version: '1.25.9'
3939
- name: Build ${{ inputs.project }} zip file
4040
env:
4141
CGO_ENABLED: 0

.github/workflows/opt-out-import-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.3.0
2121
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2222
with:
23-
go-version: '>=1.25.0'
23+
go-version: '>=1.25.9'
2424
- name: check go version
2525
run: go version
2626
- name: Run unit tests for opt-out-import lambda

go.mod

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

3-
go 1.25.0
4-
5-
toolchain go1.25.0
3+
go 1.25.9
64

75
require (
86
github.com/BurntSushi/toml v0.4.1

lambda/opt-out-import/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module opt-out-import-lambda
22

3-
go 1.25.0
3+
go 1.25.9
44

55
require (
66
github.com/aws/aws-lambda-go v1.54.0

0 commit comments

Comments
 (0)