Skip to content

chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.21.11-7.1724661022 #270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
go-test:
runs-on: ubuntu-latest
container:
image: registry.access.redhat.com/ubi9/go-toolset:1.21.11-7
image: registry.access.redhat.com/ubi9/go-toolset:1.21.11-7.1724661022
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# First stage: Build the Go binaries
FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7.1724661022 AS builder
WORKDIR /opt/app-root/src
COPY --chown=default:root . .
RUN go build -o /opt/app-root/build/ ./cmd/...
Expand Down
Loading