Skip to content

Commit

Permalink
change some yaml settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoKats committed Aug 15, 2024
1 parent 66b78b2 commit ff390ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/.golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
linters-settings:
errcheck:
ignore : ""

4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Go 1.21.2
uses: actions/setup-go@v5
with:
go-version: 1.21.1
go-version: 1.21.2
- name: Run unit tests
run: go test

Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
go-version: 1.21.2
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit ff390ff

Please sign in to comment.