Skip to content

Commit

Permalink
workflow adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
gosom committed Dec 12, 2023
1 parent d4f336c commit 4c9b79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v4
Expand All @@ -31,7 +31,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.54.2

- name: Go Format
run: gofmt -s -w . && git diff --exit-code
Expand Down

0 comments on commit 4c9b79d

Please sign in to comment.