Skip to content

Commit

Permalink
Update dependency golang-version to v1.21.2 (#371)
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] committed Oct 6, 2023
1 parent 7cebf35 commit ca4ef07
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-go@v3
with:
go-version: 1.21.1
go-version: 1.21.2
cache: true
- run: make -C e2e_test -j3
- run: git config --global user.email ci@example.com
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.1.0
with:
go-version: 1.21.1
go-version: 1.21.2
golangci-lint-version: v1.54.2

test:
Expand All @@ -30,6 +30,6 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-go@v3
with:
go-version: 1.21.1
go-version: 1.21.2
cache: true
- 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-go@v3
with:
go-version: 1.21.1
go-version: 1.21.2
cache: true
- run: go build -ldflags '-X main.version=${{ github.ref_name }}'
- uses: int128/go-actions/release@v1
Expand Down

0 comments on commit ca4ef07

Please sign in to comment.