Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
af64598ba9 fix(deps): update module github.com/urfave/cli/v2 to v3
Some checks failed
renovate/artifacts Artifact file update failure
Go / build (pull_request) Failing after 9s
2026-03-02 12:07:52 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -22,17 +22,17 @@ jobs:
# run: go build -v ./... # run: go build -v ./...
- name: Login to Docker registry - name: Login to Docker registry
uses: docker/login-action@v4 uses: docker/login-action@v3
with: with:
registry: git.nice.net.nz registry: git.nice.net.nz
username: hads username: hads
password: ${{ secrets.PAT }} password: ${{ secrets.PAT }}
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4 uses: docker/setup-buildx-action@v3
- name: Build and push - name: Build and push
uses: docker/build-push-action@v7 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.22.2
require ( require (
github.com/lmittmann/tint v1.1.3 github.com/lmittmann/tint v1.1.3
github.com/urfave/cli/v2 v2.27.7 github.com/urfave/cli/v3 v3.7.0
) )
require ( require (