Skip to content

Commit

Permalink
Changed the go version to 1.21 (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenuyD authored Sep 18, 2023
1 parent 50368a7 commit 6feaf0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/knative-downstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- knative-extensions/net-http01

steps:
- name: Set up Go 1.19.x
- name: Set up Go 1.21.x
uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.21.x

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 6feaf0c

Please sign in to comment.