Skip to content

Commit

Permalink
chore(*): -
Browse files Browse the repository at this point in the history
  • Loading branch information
enenumxela committed Oct 14, 2024
2 parents 0d0d68f + ddbd111 commit 3fb4b05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '>=1.23'
-
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: 💅🏻 Lint
name: 💅🏻 Lint

on:
push:
Expand All @@ -20,13 +21,16 @@ permissions:

jobs:
lint:
name: Lint
name: Lint
runs-on: ubuntu-latest
steps:
-
name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v5
with:
go-version: '>=1.23'
go-version: '>=1.23'
cache: false
-
Expand All @@ -37,7 +41,9 @@ jobs:
-
name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
version: v1.61.0
args: --timeout 5m
working-directory: .
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '>=1.23'
-
Expand Down

0 comments on commit 3fb4b05

Please sign in to comment.