Skip to content

Commit

Permalink
Canary Action to Go 1.21 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
dahn510 authored Nov 15, 2023
2 parents fb9c78d + 0deba2b commit 0bd35f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-go@v4
with:
go-version: 1.20.2 # The Go version to download (if necessary) and use.
go-version: 1.21.0 # The Go version to download (if necessary) and use.
- name: Build CLI
shell: bash
run: |
Expand Down

0 comments on commit 0bd35f1

Please sign in to comment.