Skip to content

Commit

Permalink
Merge pull request #139 from meshery/fix/ci
Browse files Browse the repository at this point in the history
Bump go version for CI
  • Loading branch information
Aisuko authored Oct 27, 2023
2 parents aab8a58 + 2d3048f commit 38ceab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.21'
cache: true
cache-dependency-path: go.sum
- name: golangci-lint
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.21'
cache: true
cache-dependency-path: go.sum
- name: tidy
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.21'
cache: true
cache-dependency-path: go.sum
- name: test
Expand Down

0 comments on commit 38ceab7

Please sign in to comment.