Skip to content

Commit

Permalink
go upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: weilirs <[email protected]>
  • Loading branch information
weilirs committed Dec 15, 2024
1 parent 023b146 commit 00f24f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@master
with:
go-version: '1.21'
go-version: '1.23'
cache: true
cache-dependency-path: go.sum
- name: golangci-lint
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@master
with:
go-version: '1.21'
go-version: '1.23'
cache: true
cache-dependency-path: go.sum
- name: go mod tidy
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.23'
cache: true
cache-dependency-path: go.sum
- name: test
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/layer5io/meshkit

go 1.21
go 1.23

replace (
github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.9.3
Expand Down

0 comments on commit 00f24f3

Please sign in to comment.