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 e524c1c commit 7adf5fe
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.58.1
image: golangci/golangci-lint:v1.56.0
steps:
- name: checkout
uses: actions/checkout@v4
- name: golangci-lint
run: golangci-lint run --modules-download-mode=mod
run: golangci-lint run --modules-download-mode=mod

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7adf5fe

Please sign in to comment.