Skip to content

Commit

Permalink
upgrade deps, clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarrier committed Feb 7, 2025
1 parent 5aeffe7 commit 66a7215
Show file tree
Hide file tree
Showing 361 changed files with 19,434 additions and 9,157 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/go-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.21', 'stable']
go-version: ["1.23", "stable"]
steps:
- name: Install Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- uses: creachadair/go-presubmit-action@v2
with:
staticcheck-version: "2023.1.6"
- name: Install Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- uses: creachadair/go-presubmit-action@v2
with:
staticcheck-version: "2024.1.1"
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
tags:
- '*'
- "*"
pull_request:
types: [opened, reopened, synchronize]

Expand All @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.23

- name: Run GoReleaser release (SKIP publish)
uses: goreleaser/goreleaser-action@v5
Expand Down
Loading

0 comments on commit 66a7215

Please sign in to comment.