Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/golangci/golangc…
Browse files Browse the repository at this point in the history
…i-lint-action-6.2.0
  • Loading branch information
cleptric authored Feb 19, 2025
2 parents 5419342 + 820549f commit 8563e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.24"
- uses: actions/checkout@v4
- name: Get auth token
id: token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
go: ["1.23", "1.22", "1.21"]
go: ["1.24", "1.23", "1.22"]
os: [ubuntu, windows, macos]
fail-fast: false

0 comments on commit 8563e59

Please sign in to comment.