Skip to content

Commit

Permalink
tests_: use go 1.22 image for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Jan 16, 2025
1 parent 6d07bd2 commit b273909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _assets/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build status-go in a Go builder container
FROM golang:1.21-alpine3.18 as builder
FROM golang:1.22-alpine3.18 as builder

# Set environment variables to use Clang
ENV CC=clang
Expand Down

0 comments on commit b273909

Please sign in to comment.