Compare commits
4 Commits
e6ebab36b0
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
| 696da318d7 | |||
| b21c4317f2 | |||
| fca1962c31 | |||
| aecdbf72a8 |
@@ -25,9 +25,9 @@ jobs:
|
||||
# no-fail: true
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v6.2.0
|
||||
uses: actions/setup-go@v6.3.0
|
||||
with:
|
||||
go-version: "1.25"
|
||||
go-version: "1.26"
|
||||
|
||||
# - name: uv cache
|
||||
# uses: actions/cache@v5
|
||||
|
||||
@@ -50,14 +50,14 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ${{ vars.PACKAGES_REGISTRY_URL }}
|
||||
username: ${{ vars.ACTIONS_USERNAME }}
|
||||
password: ${{ secrets.ACTIONS_TOKEN }}
|
||||
|
||||
- name: Log in to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ vars.GHCR_USERNAME }}
|
||||
|
||||
@@ -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