chore: upgrade go to 1.19 (#3648)

master
Kevin Wan 1 year ago committed by GitHub
parent 619e838513
commit 3ab4e82168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: 1.18 go-version: 1.19
check-latest: true check-latest: true
cache: true cache: true
id: go id: go
@ -53,7 +53,7 @@ jobs:
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
# use 1.18 to guarantee Go 1.18 compatibility # use 1.18 to guarantee Go 1.18 compatibility
go-version: 1.18 go-version: 1.19
check-latest: true check-latest: true
cache: true cache: true

@ -1,6 +1,6 @@
module github.com/zeromicro/go-zero module github.com/zeromicro/go-zero
go 1.18 go 1.19
require ( require (
github.com/DATA-DOG/go-sqlmock v1.5.0 github.com/DATA-DOG/go-sqlmock v1.5.0

Loading…
Cancel
Save