Skip to content

Commit

Permalink
chore(deps): update dependency golang-version to v1.21.6 (#394)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent e72cc51 commit 2d4b8f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.5
go-version: 1.21.6
- run: make -C e2e_test -j3
- run: git config --global user.email ci@example.com
- run: git config --global user.name ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
check:
uses: int128/go-workflows/.github/workflows/check.yaml@v0.2.1
with:
go-version: 1.21.5
go-version: 1.21.6
golangci-lint-version: v1.55.2

test:
Expand All @@ -30,5 +30,5 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.5
go-version: 1.21.6
- run: go test -v -race ./...
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.5
go-version: 1.21.6
- run: go build -ldflags '-X main.version=${{ github.ref_name }}'
- uses: int128/go-actions/release@v1
with:
Expand Down

0 comments on commit 2d4b8f8

Please sign in to comment.