Skip to content
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/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: '1.26.6'
go-version: '1.27.0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
Expand Down
2 changes: 1 addition & 1 deletion .tekton/uhc-auth-proxy-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ spec:
# set the working directory to value from previous step
workingDir: /var/workdir/source
# Use image that suites your use case
image: registry.access.redhat.com/hi/go:1.26.6-fips-builder
image: registry.access.redhat.com/hi/go:1.27.0-fips-builder
securityContext:
# If the task step needs write access to the volume, set the runAsUser to 0 (root).
runAsUser: 0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############################
# STEP 1 build executable binary
############################
FROM registry.access.redhat.com/hi/go:1.26.6-fips-builder AS builder
FROM registry.access.redhat.com/hi/go:1.27.0-fips-builder AS builder

LABEL name="uhc-auth-proxy" \
summary="UHC Auth Proxy - OpenShift Cluster Authentication Service" \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/redhatinsights/uhc-auth-proxy

go 1.26.6
go 1.27.0

require (
github.com/RedHatInsights/cloudwatch-v2 v0.0.0-20260421143546-03c50d49af21
Expand Down
Loading