Skip to content

Commit

Permalink
Bump golang version to 1.23.2 (#3213)
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Leszko <[email protected]>
  • Loading branch information
j0sh and leszko authored Oct 22, 2024
1 parent db90013 commit ff1f517
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 @@ -69,7 +69,7 @@ jobs:
id: go
uses: actions/setup-go@v5
with:
go-version: 1.21.5
go-version: 1.23.2
cache: true
cache-dependency-path: go.sum

Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
id: go
uses: actions/setup-go@v5
with:
go-version: 1.21.5
go-version: 1.23.2
cache: true
cache-dependency-path: go.sum

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: go
uses: actions/setup-go@v5
with:
go-version: 1.21.5
go-version: 1.23.2
cache: true
cache-dependency-path: go.sum

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/livepeer/go-livepeer

go 1.21.5
go 1.23.2

require (
contrib.go.opencensus.io/exporter/prometheus v0.4.2
Expand Down

0 comments on commit ff1f517

Please sign in to comment.