Skip to content

Commit

Permalink
go version to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson-gao committed May 24, 2024
1 parent 836dc31 commit a36c188
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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@v2
with:
go-version: 1.13
go-version: 1.16

- name: Build
run: go build -v ./
Expand Down
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/aliyun/aliyun-log-go-sdk

go 1.13
go 1.16

require (
github.com/Netflix/go-env v0.0.0-20220526054621-78278af1949d
Expand All @@ -21,3 +21,8 @@ require (
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)

retract (
v0.1.73
v0.1.74
)

0 comments on commit a36c188

Please sign in to comment.