Skip to content

Commit

Permalink
Update dependency golang to v1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Sep 6, 2023
1 parent 2f26100 commit 63423e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21.0 # datasource=github-releases depName=golang/go
go-version: 1.21.1 # datasource=github-releases depName=golang/go

- name: Goreleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21.0 # datasource=github-releases depName=golang/go
go-version: 1.21.1 # datasource=github-releases depName=golang/go

- name: Build binary
run: make download build
Expand Down
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ plugins:
uri: https://github.com/trunk-io/plugins
runtimes:
enabled:
- go@1.21.0
- go@1.21.1
- node@18.17.0
- python@3.10.8

0 comments on commit 63423e9

Please sign in to comment.