Skip to content

Commit

Permalink
Switch CI to Go 1.23.2
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed Oct 6, 2024
1 parent 4290b6c commit 2985467
Show file tree
Hide file tree
Showing 2 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 @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20' # This needs to be a string!
go-version: '1.23.2' # This needs to be a string!

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/BuoyantIO/faces-demo/v2

go 1.21
go 1.23

toolchain go1.23.1
toolchain go1.23.2

require (
github.com/warthog618/gpiod v0.8.2
Expand Down

0 comments on commit 2985467

Please sign in to comment.