Skip to content

Commit

Permalink
chore: bump Go to v1.21 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Aug 14, 2024
1 parent eafeafa commit 55362fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod

- name: Run lints
run: ./scripts/lint
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/lithic-com/lithic-go

go 1.19
go 1.21

require (
github.com/google/uuid v1.3.0 // indirect
Expand Down

0 comments on commit 55362fb

Please sign in to comment.