Skip to content

Commit

Permalink
Update go 1.20 references (#1708)
Browse files Browse the repository at this point in the history
#1703 missed
these.

go 1.20 is deprecated and the latest pu/pu requires 1.21
  • Loading branch information
VenelinMartinov committed Feb 26, 2024
1 parent ab5a954 commit 66adaaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Build and Test Bridge
strategy:
matrix:
go-version: [1.20.x]
go-version: [1.21.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-pulumi-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.20.x
- 1.21.x
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 66adaaf

Please sign in to comment.