Skip to content

Commit a408f00

Browse files
author
Michael Henriksen
committed
chore(ci): update golang base image
1 parent 0095579 commit a408f00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/backend/jobs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
containerBaseImage = "golang:alpine3.18"
18+
containerBaseImage = "golang:1.21.0-alpine3.18"
1919
golangciInstallURL = "https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh"
2020
)
2121

0 commit comments

Comments
 (0)