1 Commits

Author SHA1 Message Date
e6ebab36b0 chore(deps): update golang docker tag to v1.26
All checks were successful
Validate PR Title / validate (pull_request) Successful in 6s
CI / ci (pull_request) Successful in 31s
2026-02-10 21:32:54 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -25,9 +25,9 @@ jobs:
# no-fail: true
- name: Setup Go
uses: actions/setup-go@v6.3.0
uses: actions/setup-go@v6.2.0
with:
go-version: "1.26"
go-version: "1.25"
# - name: uv cache
# uses: actions/cache@v5

View File

@@ -50,14 +50,14 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to Gitea Container Registry
uses: docker/login-action@v4
uses: docker/login-action@v3
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@v4
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ vars.GHCR_USERNAME }}