Skip to content

Commit

Permalink
update .github/workflows/golang-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vearne committed May 13, 2024
1 parent 7adf5fe commit 415615d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golang-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
lint:
runs-on: ubuntu-latest
container:
image: golangci/golangci-lint:v1.56.0
image: golangci/golangci-lint:v1.55.2
steps:
- name: checkout
uses: actions/checkout@v4
- name: golangci-lint
run: golangci-lint run --modules-download-mode=mod
run: golangci-lint run

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 415615d

Please sign in to comment.