Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.
Open
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/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: golang:1.15-alpine
image: golang:1.21-alpine
steps:
- name: Download OS Dependencies
run: apk add --no-cache git make bash curl tar gcc libc-dev sudo
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.0-experimental
FROM golang:1.15-alpine as builder
FROM golang:1.21-alpine as builder
ARG VERSION
ENV GOCACHE "/go-build-cache"
WORKDIR /src
Expand Down