Compare commits
2 Commits
e6ebab36b0
...
bc97f669ae
| Author | SHA1 | Date | |
|---|---|---|---|
| bc97f669ae | |||
| aecdbf72a8 |
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v6.2.0
|
||||
with:
|
||||
go-version: "1.25"
|
||||
go-version: "1.26"
|
||||
|
||||
# - name: uv cache
|
||||
# uses: actions/cache@v5
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.25-alpine as build
|
||||
FROM golang:1.26-alpine as build
|
||||
WORKDIR /go/src/app
|
||||
COPY . /go/src/app
|
||||
RUN CGO_ENABLED=0 go build -o /go/bin/app
|
||||
|
||||
Reference in New Issue
Block a user