Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffref committed May 14, 2023
1 parent eb75fb0 commit 4b5b96d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 50 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.20'
- name: Install latest nightly Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install latest nightly Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions examples/authorization_request/go.mod

This file was deleted.

43 changes: 0 additions & 43 deletions examples/authorization_request/main.go

This file was deleted.

0 comments on commit 4b5b96d

Please sign in to comment.