Skip to content

Commit

Permalink
fix(ci): updated ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd committed Jan 3, 2024
1 parent 60d3bb5 commit 6631ef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: '1.21' # Change this to your desired Go version

- name: Install linter
run: go install golang.org/x/lint/golint
run: go mod download golang.org/x/lint

- name: Lint Golang code
run: golint ./...

0 comments on commit 6631ef6

Please sign in to comment.