Skip to content

Commit

Permalink
Bump to Go 1.23 (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter authored Jan 13, 2025
1 parent c098a25 commit 902ee72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: v1.59.1
version: v1.63.4
args: --timeout=8m
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/transparency-dev/trillian-tessera

go 1.22.7
go 1.23.0

toolchain go1.23.4

require (
cloud.google.com/go/spanner v1.73.0
Expand Down

0 comments on commit 902ee72

Please sign in to comment.