Skip to content

Commit

Permalink
Bump golang to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
olemarkus committed Apr 15, 2023
1 parent 9613f30 commit 489e37c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: '>=1.20.0'

- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.19
FROM golang:1.20
LABEL maintainer="Marcin Wielgus <[email protected]>"

ENV GOPATH /gopath/
Expand Down
2 changes: 1 addition & 1 deletion cluster-autoscaler/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/autoscaler/cluster-autoscaler

go 1.19
go 1.20

require (
cloud.google.com/go/compute/metadata v0.2.3
Expand Down

0 comments on commit 489e37c

Please sign in to comment.