Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.1 (#323)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency go to v1.23.1

Generated by renovateBot

* update go version in build

* one more workflow

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Zhao <[email protected]>
  • Loading branch information
renovate[bot] and davidzhao authored Sep 22, 2024
1 parent eb8d685 commit f1db5f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"

- name: Download Go modules
run: go mod download

- name: Static Check
uses: dominikh/[email protected]
with:
version: "2023.1.7"
version: "latest"
install-go: false
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/livekit/livekit-cli

go 1.22.0

toolchain go1.22.4
toolchain go1.23.1

require (
github.com/charmbracelet/huh v0.6.0
Expand Down

0 comments on commit f1db5f5

Please sign in to comment.