-
Notifications
You must be signed in to change notification settings - Fork 4
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 #1125 from traPtitech/main
releaseにmergeできるかのテスト
- Loading branch information
Showing
28 changed files
with
13,957 additions
and
21,767 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
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 |
---|---|---|
|
@@ -15,11 +15,11 @@ jobs: | |
name: Mod | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/setup-go@v2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.17 | ||
- uses: actions/checkout@v3 | ||
- uses: actions/cache@v2.1.7 | ||
go-version: '1.20' | ||
- uses: actions/checkout@v4 | ||
- uses: actions/cache@v3.3.2 | ||
with: | ||
path: ~/go/pkg/mod | ||
key: ${{ runner.os }}-gomod-${{ hashFiles('**/go.sum') }} | ||
|
@@ -31,17 +31,17 @@ jobs: | |
env: | ||
GOCACHE: "/tmp/go/cache" | ||
steps: | ||
- uses: actions/setup-go@v2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.17 | ||
- uses: actions/checkout@v3 | ||
- uses: actions/cache@v2.1.7 | ||
go-version: '1.20' | ||
- uses: actions/checkout@v4 | ||
- uses: actions/cache@v3.3.2 | ||
with: | ||
path: ~/go/pkg/mod | ||
key: ${{ runner.os }}-gomod-${{ hashFiles('**/go.sum') }} | ||
restore-keys: | | ||
${{ runner.os }}-gomod- | ||
- uses: actions/cache@v2.1.7 | ||
- uses: actions/cache@v3.3.2 | ||
with: | ||
path: /tmp/go/cache | ||
key: ${{ runner.os }}-go-build-${{ github.ref }}-${{ github.sha }} | ||
|
@@ -66,11 +66,11 @@ jobs: | |
MYSQL_ROOT_PASSWORD: password | ||
MYSQL_DATABASE: anke-to | ||
steps: | ||
- uses: actions/setup-go@v2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.17 | ||
- uses: actions/checkout@v3 | ||
- uses: actions/cache@v2.1.7 | ||
go-version: '1.20' | ||
- uses: actions/checkout@v4 | ||
- uses: actions/cache@v3.3.2 | ||
with: | ||
path: ~/go/pkg/mod | ||
key: ${{ runner.os }}-gomod-${{ hashFiles('**/go.sum') }} | ||
|
@@ -85,7 +85,7 @@ jobs: | |
MARIADB_HOSTNAME: 127.0.0.1 | ||
MARIADB_DATABASE: anke-to | ||
- name: Upload coverage data | ||
uses: codecov/codecov-action@v2.1.0 | ||
uses: codecov/codecov-action@v3.1.4 | ||
with: | ||
file: ./coverage.txt | ||
yml: ./codecov.yml | ||
|
@@ -97,12 +97,12 @@ jobs: | |
name: Lint | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/setup-go@v1 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.17 | ||
- uses: actions/checkout@v3 | ||
go-version: '1.20' | ||
- uses: actions/checkout@v4 | ||
- name: golangci-lint | ||
uses: reviewdog/action-golangci-lint@v2.1 | ||
uses: reviewdog/action-golangci-lint@v2.3 | ||
with: | ||
reporter: github-pr-check | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -111,9 +111,9 @@ jobs: | |
name: Spectral | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Spectral checks | ||
uses: stoplightio/[email protected].1 | ||
uses: stoplightio/[email protected].7 | ||
with: | ||
file_glob: docs/swagger/*.yaml | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} |
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
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.