Skip to content

Commit

Permalink
Merge pull request #67 from matthewbjones/chore/update-go-version-latest
Browse files Browse the repository at this point in the history
Build with Go 1.23.6 (addresses 3 CVEs)
  • Loading branch information
kevinmcconnell authored Feb 11, 2025
2 parents ba05db9 + bf0a203 commit 0837f80
Showing 1 changed file with 1 addition and 1 deletion.
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/basecamp/thruster

go 1.23.3
go 1.23.6

require (
github.com/klauspost/compress v1.17.4
Expand Down

0 comments on commit 0837f80

Please sign in to comment.