Skip to content

Commit

Permalink
upgrade go from 1.18 to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
goxiaoy committed Oct 2, 2023
1 parent 82a8d8d commit dbeec27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.20

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion examples/ent/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-saas/saas/examples/ent

go 1.18
go 1.20

replace github.com/go-saas/saas => ../../

Expand Down
2 changes: 1 addition & 1 deletion examples/gorm/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-saas/saas/examples/gorm

go 1.18
go 1.20

require (
github.com/gin-gonic/gin v1.8.1
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/go-saas/saas

go 1.18
go 1.20

require (
github.com/apache/apisix-go-plugin-runner v0.4.0
Expand Down

0 comments on commit dbeec27

Please sign in to comment.