Skip to content

Commit

Permalink
Upgrade github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Feb 20, 2023
1 parent ba2ff18 commit 246f48f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Go ${{ matrix.node-version }}
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19.x

Expand All @@ -36,7 +36,7 @@ jobs:
run: make test

- name: Run Linter
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
skip-go-installation: true

Expand Down

0 comments on commit 246f48f

Please sign in to comment.