Skip to content

Commit

Permalink
update ci/e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
pavansokkenagaraj committed Jul 23, 2024
1 parent b5017d5 commit 6b4d663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
pull_request:
env:
GO_VERSION: "1.20"
GO_VERSION: "1.22"
jobs:
validation:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion testing/e2e/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:experimental

FROM golang:1.20-alpine as dev
FROM golang:1.22-alpine as dev
RUN apk add --no-cache git ca-certificates
RUN adduser -D appuser
COPY . /src/
Expand Down

0 comments on commit 6b4d663

Please sign in to comment.