We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6533a2a commit ca8bbc4Copy full SHA for ca8bbc4
.github/workflows/golang-ci-workflow.yaml
@@ -7,7 +7,7 @@ jobs:
7
name: golang-ci
8
runs-on: ubuntu-latest
9
env:
10
- GO_VERSION: "1.21"
+ GO_VERSION: "1.23"
11
COVERAGE_PROFILE_OUTPUT_LOCATION: "./profile.cov"
12
steps:
13
- name: Checkout code / lint code / install dependencies for goveralls / run tests
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/cdis/golang:1.22-bullseye AS build-deps
+FROM quay.io/cdis/golang:1.23-bookworm AS build-deps
2
3
ENV CGO_ENABLED=0
4
ENV GOOS=linux
0 commit comments