Skip to content

Commit

Permalink
chore: bump go to 1.20 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Apr 24, 2023
1 parent 73fcf7c commit 79fb6fc
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.19
go-version: "1.20"
- 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.18"
go-version: "1.20"
- 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.19
go-version: "1.20"
- run: |
git config --global user.email "60093411+ory-bot@users.noreply.github.com"
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.19
go-version: "1.20"
- run: |
git config --global user.email "60093411+ory-bot@users.noreply.github.com"
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.19
go-version: "1.20"
- run: |
git config --global user.email "60093411+ory-bot@users.noreply.github.com"
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.19
go-version: "1.20"
- run: |
git config --global user.email "60093411+ory-bot@users.noreply.github.com"
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 @@ -30,7 +30,7 @@ runs:
node-version: '16'
- uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: "1.20"
- run: |
git config --global user.email "60093411+ory-bot@users.noreply.github.com"
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.19
go-version: "1.20"
- run: |
git config --global user.email "60093411+ory-bot@users.noreply.github.com"
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.19
go-version: "1.20"
- run: |
git config --global user.email "60093411+ory-bot@users.noreply.github.com"
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.19
go-version: "1.20"
- run: |
git config --global user.email "60093411+ory-bot@users.noreply.github.com"
git config --global user.name "ory-bot"
Expand Down

0 comments on commit 79fb6fc

Please sign in to comment.