Skip to content

Commit

Permalink
chore(deps): update dependency golang-version to v1.22.3 (#1090)
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 May 9, 2024
1 parent ad39239 commit 94ca6bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
check:
uses: int128/go-workflows/.github/workflows/[email protected]
with:
go-version: 1.22.2
go-version: 1.22.3
golangci-lint-version: v1.58.1

test:
Expand All @@ -32,5 +32,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.2
go-version: 1.22.3
- 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 @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.2
go-version: 1.22.3
- run: go build -ldflags '-X main.version=${{ github.ref_name }}'
- uses: int128/go-release-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.2
go-version: 1.22.3

# for certutil
# https://packages.ubuntu.com/xenial/libnss3-tools
Expand Down

0 comments on commit 94ca6bc

Please sign in to comment.