Skip to content

Commit 8fa98b6

Browse files
Update go version to 1.26.8
1 parent 8339357 commit 8fa98b6

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ repos:
77
rev: v2.10.1
88
hooks:
99
- id: golangci-lint
10-
language_version: 1.26.2
10+
language_version: 1.26.8
1111
args: ['-v']

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.26.2
1+
golang 1.26.8

docker/Dockerfile.ssas

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### OpenAPI docs
2-
FROM arm64v8/golang:1.26.2-alpine3.23 AS documentation
2+
FROM arm64v8/golang:1.26.8-alpine3.24 AS documentation
33

44
RUN apk add --no-cache \
55
binutils-gold \
@@ -22,7 +22,7 @@ RUN swagger generate spec -i ../../swaggerui/tags.yml -o ../../swaggerui/swagger
2222

2323

2424
### Builder/compilation
25-
FROM arm64v8/golang:1.26.2-alpine3.23 AS builder
25+
FROM arm64v8/golang:1.26.8-alpine3.24 AS builder
2626

2727
ARG RELEASE_VERSION=main
2828

@@ -41,7 +41,7 @@ RUN orchestrion go build -ldflags "-X github.com/CMSgov/bcda-ssas-app/ssas/const
4141

4242

4343
### Final image
44-
FROM arm64v8/golang:1.26.2-alpine3.23
44+
FROM arm64v8/golang:1.26.8-alpine3.24
4545

4646
RUN addgroup -S ssas-group && adduser -S ssas-user -G ssas-group && \
4747
apk update upgrade --no-cache && \

docker/Dockerfile.tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM arm64v8/golang:1.26.2-alpine3.23
1+
FROM arm64v8/golang:1.26.8-alpine3.24
22

33
RUN apk update upgrade --no-cache && \
44
apk add --no-cache \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/CMSgov/bcda-ssas-app
22

3-
go 1.26.2
3+
go 1.26.8
44

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

0 commit comments

Comments
 (0)