Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Mohd Uzair <[email protected]>
  • Loading branch information
Mohd Uzair authored Sep 15, 2023
1 parent e454ec8 commit 139a8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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@master
with:
go-version: '1.19'
go-version: '1.21'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Setup Go
uses: actions/setup-go@master
with:
go-version: 1.19
go-version: 1.21
- run: |
GOPROXY=direct,https://proxy.golang.org GOSUMDB=off GO111MODULE=on go test -v ./...

0 comments on commit 139a8a3

Please sign in to comment.