Skip to content

Commit

Permalink
fix: Go version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Dec 10, 2023
1 parent 31b93d7 commit 4c9ef0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ctfer-io/go-ctfd/deploy

go 1.21.3
go 1.21

// TODO find how to pass this properly to Pulumi
// replace github.com/ctfer-io/go-ctfd => ../
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/ctfer-io/go-ctfd

go 1.20
go 1.21

require (
github.com/gorilla/schema v1.2.1
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.21.3
go 1.21

use (
.
Expand Down

0 comments on commit 4c9ef0b

Please sign in to comment.