Skip to content

Commit

Permalink
chg: update build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
philippseith committed Apr 6, 2024
1 parent 5c9d89d commit f03f553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.54
version: v1.57

test:
name: Test and Coverage
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.20
go-version: 1.21

- name: Check out code
uses: actions/checkout@v1
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.20
go-version: 1.21

- name: Check out code
uses: actions/checkout@v1
Expand Down

0 comments on commit f03f553

Please sign in to comment.