-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,10 @@ jobs: | |
name: "spec update" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up Go 1.21 | ||
- name: Set up Go 1.22 | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.21' | ||
go-version: '1.22' | ||
id: go | ||
|
||
- name: Clone repository | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Set up bootstrap Go 1.21 | ||
- name: Set up bootstrap Go 1.22 | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.21' | ||
go-version: '1.22' | ||
cache: false | ||
id: go | ||
|
||
|
@@ -113,7 +113,7 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: '1.21' | ||
go-version: '1.22' | ||
- env: | ||
MIGRATIONS_DIR: internal/db/migrations | ||
TERN_MIGRATIONS_DIR: internal/db/migrations-tern | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.