fix(deps): update all non-major dependencies (#269)

* fix(deps): update all non-major dependencies

* chore: bump go to v1.24

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: build and lint

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: goreleaser

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: goveralls

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: remove deprecatad linter

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: goveralls latest version install

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: linter

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: bump ci linter to v1.64.7

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: bump ci linter to v1.64.7 and fix issues

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: remove version from linter yaml

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

---------

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-26 17:06:17 +01:00 committed by GitHub
parent 6a6993d52d
commit 65fd9c7cb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 95 additions and 136 deletions

View file

@ -12,8 +12,8 @@ on:
- "README.md"
env:
GO_VERSION: "1.19"
GOLANGCI_VERSION: "v1.50.1"
GO_VERSION: "1.24"
GOLANGCI_VERSION: "v1.64.8"
jobs:
tests:
@ -33,9 +33,12 @@ jobs:
run: make test
- name: Install goveralls
run: go get github.com/mattn/goveralls
env:
GO111MODULE: off
run: |
go install github.com/mattn/goveralls@latest
echo $GOPATH
ls -lash $GOPATH
which goveralls
working-directory: /tmp
- name: Send coverage
run: goveralls -coverprofile=cover.out -service=github
@ -56,7 +59,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: ${{ env.GOLANGCI_VERSION }}
@ -99,4 +102,4 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean --skip-publish --snapshot
args: release --clean --skip=publish --snapshot

View file

@ -6,7 +6,7 @@ on:
- master
env:
GO_VERSION: "1.19"
GO_VERSION: "1.24"
DOCKER_REGISTRY: "quay.io"
jobs:

View file

@ -6,7 +6,7 @@ on:
- "*"
env:
GO_VERSION: "1.19"
GO_VERSION: "1.24"
DOCKER_REGISTRY: "quay.io"
jobs: