Skip to content

Commit

Permalink
chore(gh-action): update golangci-lint version
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Nussbaumer <[email protected]>
  • Loading branch information
clementnuss committed Jun 19, 2024
1 parent b4feebd commit 3253afe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hostlookuper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22
- name: Install golangci-lint
uses: golangci/golangci-lint-action@master
with:
version: v1.50.1
version: v1.56.2

build:
needs:
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 3253afe

Please sign in to comment.