-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): go 1.23, mockery 2.46.2, golangci-lint 1.61 (#954)
* build(deps): Bump github.com/vektra/mockery/v2 from 2.41.0 to 2.46.2 Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.41.0 to 2.46.2. - [Release notes](https://github.com/vektra/mockery/releases) - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md) - [Commits](vektra/mockery@v2.41.0...v2.46.2) --- updated-dependencies: - dependency-name: github.com/vektra/mockery/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update deps * build(deps): Upgrade go to 1.23 * chore: trigger workflow * chore: make mockery * chore: fix typo * build(deps): upgrade golangci-lint to 1.61 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
525544e
commit f8ebd34
Showing
21 changed files
with
331 additions
and
388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.22" | ||
go-version: "1.23" | ||
- uses: actions/checkout@v4 | ||
- uses: technote-space/get-diff-action@v6 | ||
with: | ||
|
@@ -54,7 +54,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.22" | ||
go-version: "1.23" | ||
- uses: actions/checkout@v4 | ||
- uses: technote-space/get-diff-action@v6 | ||
with: | ||
|
@@ -79,7 +79,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.22" | ||
go-version: "1.23" | ||
- uses: actions/checkout@v4 | ||
- uses: technote-space/get-diff-action@v6 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,15 +23,15 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.22" | ||
go-version: "1.23" | ||
|
||
- uses: actions/checkout@v4 | ||
|
||
- name: "Check generated mocks" | ||
run: | | ||
set -euo pipefail | ||
readonly MOCKERY=2.41.0 # N.B. no leading "v" | ||
readonly MOCKERY=2.46.2 # N.B. no leading "v" | ||
curl -sL "https://github.com/vektra/mockery/releases/download/v${MOCKERY}/mockery_${MOCKERY}_Linux_x86_64.tar.gz" | tar -C /usr/local/bin -xzf - | ||
make mockery 2>/dev/null | ||
|
@@ -49,7 +49,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.22" | ||
go-version: "1.23" | ||
|
||
- uses: actions/checkout@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.22" | ||
go-version: "1.23" | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
submodules: true | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "^1.22" | ||
go-version: "^1.23" | ||
- uses: technote-space/get-diff-action@v6 | ||
with: | ||
PATTERNS: | | ||
|
@@ -53,7 +53,7 @@ jobs: | |
# Required: the version of golangci-lint is required and | ||
# must be specified without patch version: we always use the | ||
# latest patch version. | ||
version: v1.55 | ||
version: v1.61 | ||
args: --timeout 10m | ||
github-token: ${{ secrets.github_token }} | ||
if: env.GIT_DIFF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
|
||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.22" | ||
go-version: "1.23" | ||
|
||
- name: Build | ||
uses: goreleaser/goreleaser-action@v6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: "1.22" | ||
go-version: "1.23" | ||
- uses: actions/checkout@v4 | ||
- uses: technote-space/get-diff-action@v6 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,12 @@ | |
# * compile - builds final binaries | ||
# * image - creates final image of minimal size | ||
|
||
ARG ALIPNE_VERSION=3.19 | ||
ARG GOLANG_VERSION=1.22 | ||
ARG ALPINE_VERSION=3.19 | ||
ARG GOLANG_VERSION=1.23 | ||
################################# | ||
# STAGE 1: install dependencies # | ||
################################# | ||
FROM golang:${GOLANG_VERSION}-alpine${ALIPNE_VERSION} AS base | ||
FROM golang:${GOLANG_VERSION}-alpine${ALPINE_VERSION} AS base | ||
|
||
RUN apk update && \ | ||
apk upgrade && \ | ||
|
@@ -55,7 +55,7 @@ RUN rm -r /src/tenderdash/third_party && ln -s /src/bls/third_party /src/tenderd | |
######################## | ||
# STAGE 4: FINAL IMAGE # | ||
######################## | ||
FROM alpine:${ALIPNE_VERSION} AS image | ||
FROM alpine:${ALPINE_VERSION} AS image | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.