Skip to content

Commit 864acbb

Browse files
author
andersh
committed
fix: set the correct go version
1 parent d00b203 commit 864acbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.22'
18+
go-version: '1.23'
1919
- name: Build
2020
run: go build -ldflags "-X main.version=${GITHUB_REF_NAME}" -o web_proxy_cache
2121
- name: Create GitHub Release

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM golang:1.22-alpine AS builder
2+
FROM golang:1.23-alpine AS builder
33
# Set necessary environmet variables needed for our image
44
ENV GO111MODULE=on \
55
CGO_ENABLED=0 \

0 commit comments

Comments
 (0)