Skip to content

Commit ca8bbc4

Browse files
committed
dep: update to Go 1.23
1 parent 6533a2a commit ca8bbc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golang-ci-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: golang-ci
88
runs-on: ubuntu-latest
99
env:
10-
GO_VERSION: "1.21"
10+
GO_VERSION: "1.23"
1111
COVERAGE_PROFILE_OUTPUT_LOCATION: "./profile.cov"
1212
steps:
1313
- name: Checkout code / lint code / install dependencies for goveralls / run tests

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/cdis/golang:1.22-bullseye AS build-deps
1+
FROM quay.io/cdis/golang:1.23-bookworm AS build-deps
22

33
ENV CGO_ENABLED=0
44
ENV GOOS=linux

0 commit comments

Comments
 (0)