Skip to content

Commit

Permalink
fix(plugin): bump ci go version
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Nelson <[email protected]>
  • Loading branch information
jnels124 committed Jul 23, 2024
1 parent 1f53b1f commit 97a6910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Go 1.19
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: 1.19.9
go-version: 1.20.14
cache: false

- name: Build images locally
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Go 1.19
- name: Set up Go 1.20.14
uses: actions/setup-go@v4
with:
go-version: 1.19.9
go-version: 1.20.14
cache: false

- name: Build images locally
Expand Down

0 comments on commit 97a6910

Please sign in to comment.