Skip to content

Commit

Permalink
chore: bump to Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Dec 15, 2023
1 parent 38bcc49 commit 02f5015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-go@v1
with:
go-version: 1.19
go-version: 1.21

- uses: actions/checkout@v3

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/instill-ai/x

go 1.19
go 1.21

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

0 comments on commit 02f5015

Please sign in to comment.