Skip to content

Commit

Permalink
Merge branch 'main' of github.com:penny-vault/import-fidelity
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfergason committed Sep 2, 2024
2 parents 9cc066d + c18efd6 commit a325c04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 101 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:
go-version: '>=1.20.4'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
args: build

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ require (
github.com/jedib0t/go-pretty/v6 v6.5.9
github.com/kothar/go-backblaze v0.0.0-20210124194846-35409b867216
github.com/magefile/mage v1.15.0
github.com/onsi/ginkgo/v2 v2.14.0
github.com/onsi/gomega v1.30.0
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
github.com/penny-vault/pvlib v0.1.0
github.com/playwright-community/playwright-go v0.4501.1
github.com/rs/zerolog v1.33.0
Expand Down
Loading

0 comments on commit a325c04

Please sign in to comment.