Skip to content

Commit

Permalink
ci: use golang 1.21 for retest action
Browse files Browse the repository at this point in the history
use golang 1.21 for resest action
dockerfile.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
  • Loading branch information
Madhu-1 committed Apr 2, 2024
1 parent 9e52cdd commit edbfde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/retest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG WORK_DIR="/home/src"
ARG BASE_IMAGE="golang:1.18"
ARG BASE_IMAGE="golang:1.21"

FROM ${BASE_IMAGE} as builder

Expand Down

0 comments on commit edbfde4

Please sign in to comment.