Skip to content

Commit

Permalink
build(docker): Bump package and go.sum (#53)
Browse files Browse the repository at this point in the history
* Bump package and go.sum
  • Loading branch information
ankurdotb authored Oct 14, 2022
1 parent a1aaa9b commit 8e8dbe9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 462 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
fetch-depth: 0
persist-credentials: false

- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod

# Node.js setup is needed to run Semantic Release
- uses: actions/setup-node@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod
cache: true

- name: Run Golang unit tests
run: go test -v ./...
Expand Down
Loading

0 comments on commit 8e8dbe9

Please sign in to comment.