We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbefce2 + 1f2419f commit bd1e225Copy full SHA for bd1e225
.github/workflows/unit_tests.yaml
@@ -10,7 +10,7 @@ jobs:
10
go-test:
11
runs-on: ubuntu-latest
12
container:
13
- image: registry.access.redhat.com/ubi9/go-toolset:1.21.11-7.1724661022
+ image: registry.access.redhat.com/ubi9/go-toolset:1.21.11-9
14
steps:
15
- name: Checkout code
16
uses: actions/checkout@v4
Dockerfile
@@ -1,5 +1,5 @@
1
# First stage: Build the Go binaries
2
-FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7.1724661022 AS builder
+FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder
3
WORKDIR /opt/app-root/src
4
COPY --chown=default:root . .
5
RUN go build -o /opt/app-root/build/ ./cmd/...
0 commit comments