Skip to content

Commit

Permalink
chore: update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Sep 8, 2023
1 parent a636fdd commit 38e603f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:
- '*'

jobs:

build:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.16
uses: actions/setup-go@v2
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: 1.16
go-version: 1.20
id: go

- name: Check out code into the Go module directory
Expand All @@ -23,9 +22,10 @@ jobs:
run: go mod tidy && git diff --no-patch --exit-code

- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.46.0
version: v1.54

- name: go test
run:
go test ./...

0 comments on commit 38e603f

Please sign in to comment.