Skip to content

Commit

Permalink
ci: update go to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed May 2, 2024
1 parent a104389 commit bb6ab7e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22"
- run: make format
- name: Indicate formatting issues
run: git diff HEAD --exit-code --color
2 changes: 1 addition & 1 deletion .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.21"
go-version: "1.22"
- uses: actions/setup-node@v2
with:
node-version: "18"
Expand Down
2 changes: 1 addition & 1 deletion docs/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
token: ${{ inputs.token }}
- uses: actions/setup-go@v2
with:
go-version: "1.21"
go-version: "1.22"
- run: |
git config --global user.email "[email protected]"
git config --global user.name "ory-bot"
Expand Down
2 changes: 1 addition & 1 deletion docs/cli-next/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: "1.21"
go-version: "1.22"
- run: |
git config --global user.email "[email protected]"
git config --global user.name "ory-bot"
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: "1.21"
go-version: "1.22"
- run: |
git config --global user.email "[email protected]"
git config --global user.name "ory-bot"
Expand Down
2 changes: 1 addition & 1 deletion docs/sync/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
token: ${{ inputs.token }}
- uses: actions/setup-go@v2
with:
go-version: "1.21"
go-version: "1.22"
- run: |
git config --global user.email "[email protected]"
git config --global user.name "ory-bot"
Expand Down
2 changes: 1 addition & 1 deletion releaser/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
node-version: "16"
- uses: actions/setup-go@v2
with:
go-version: "1.21"
go-version: "1.22"
- run: |
git config --global user.email "[email protected]"
git config --global user.name "ory-bot"
Expand Down
2 changes: 1 addition & 1 deletion releaser/render-version-schema/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
node-version: "16"
- uses: actions/setup-go@v2
with:
go-version: "1.21"
go-version: "1.22"
- run: |
git config --global user.email "[email protected]"
git config --global user.name "ory-bot"
Expand Down
2 changes: 1 addition & 1 deletion sdk/generate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
token: ${{ inputs.token || github.token }}
- uses: actions/setup-go@v2
with:
go-version: "1.21"
go-version: "1.22"
- run: |
git config --global user.email "[email protected]"
git config --global user.name "ory-bot"
Expand Down
2 changes: 1 addition & 1 deletion sdk/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
path: current-repo
- uses: actions/setup-go@v2
with:
go-version: "1.21"
go-version: "1.22"
- run: |
git config --global user.email "[email protected]"
git config --global user.name "ory-bot"
Expand Down

0 comments on commit bb6ab7e

Please sign in to comment.