-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1307 from sundowndev/fix/deps
Update Go & dependencies
- Loading branch information
Showing
10 changed files
with
156 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.17.8 | ||
go-version: 1.20.6 | ||
id: go | ||
- name: Check out code into the Go module directory | ||
uses: actions/[email protected] | ||
|
@@ -50,8 +50,10 @@ jobs: | |
- name: Build | ||
run: make build | ||
|
||
- name: Lint | ||
run: make lint | ||
# Temporary disabled lint job because of this issue | ||
# https://github.com/golangci/golangci-lint/issues/3107 | ||
# - name: Lint | ||
# run: make lint | ||
|
||
- name: Test | ||
run: go test -race -coverprofile=./c.out -covermode=atomic -v ./... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.17.8 | ||
go-version: 1.20.6 | ||
|
||
- name: Building static assets | ||
run: (cd web/client && yarn install --immutable && yarn build) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ lint: | |
install-tools: | ||
$(GOINSTALL) gotest.tools/[email protected] | ||
$(GOINSTALL) github.com/vektra/mockery/[email protected] | ||
$(GOINSTALL) github.com/swaggo/swag/cmd/swag@v1.7.0 | ||
$(GOINSTALL) github.com/swaggo/swag/cmd/swag@v1.16.1 | ||
@which golangci-lint > /dev/null 2>&1 || (curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- -b $(GOBINPATH) v1.46.2) | ||
|
||
go.mod: FORCE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.