Skip to content

Commit

Permalink
upgrade golang to 1.20 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranakan19 authored Nov 14, 2023
1 parent 430f79b commit 6074997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.20.x

- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/codeready-toolchain/api

go 1.19
go 1.20

require (
github.com/go-bindata/go-bindata v3.1.2+incompatible
Expand Down

0 comments on commit 6074997

Please sign in to comment.