feat(dependencies): upgrade to Go 1.25 (#4)
All checks were successful
Snyk / security (push) Successful in 14s
All checks were successful
Snyk / security (push) Successful in 14s
Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v6.1.0
|
uses: actions/setup-go@v6.1.0
|
||||||
with:
|
with:
|
||||||
go-version: "1.23"
|
go-version: "1.25"
|
||||||
|
|
||||||
# - name: uv cache
|
# - name: uv cache
|
||||||
# uses: actions/cache@v5
|
# uses: actions/cache@v5
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23-alpine as build
|
FROM golang:1.25-alpine as build
|
||||||
WORKDIR /go/src/app
|
WORKDIR /go/src/app
|
||||||
COPY . /go/src/app
|
COPY . /go/src/app
|
||||||
RUN CGO_ENABLED=0 go build -o /go/bin/app
|
RUN CGO_ENABLED=0 go build -o /go/bin/app
|
||||||
|
|||||||
Reference in New Issue
Block a user