Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rliebz committed Mar 30, 2024
1 parent ce9bf6d commit a539914
Show file tree
Hide file tree
Showing 4 changed files with 424 additions and 469 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.0"
go-version: "1.22.1"
- name: Release Dry Run
run: |
header='^## [0-9]+\.[0-9]+\.[0-9]+'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up
uses: actions/setup-go@v4
with:
go-version: "1.22.0"
go-version: "1.22.1"
- name: Build
run: go build -v ./...
- name: Test
Expand All @@ -39,11 +39,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.0"
go-version: "1.22.1"
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.57.1
version: v1.57.2

release:
name: Release Dry Run
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.0"
go-version: "1.22.1"
- name: Release Dry Run
run: |
header='^## [0-9]+\.[0-9]+\.[0-9]+'
Expand Down
Loading

0 comments on commit a539914

Please sign in to comment.