Skip to content

Commit

Permalink
Update Go to v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Feb 2, 2024
1 parent aa93445 commit 7c67aba
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
SHELL: /bin/bash

steps:
- name: Set up Go 1.20
- name: Set up Go 1.21
uses: actions/setup-go@v3
with:
go-version: 1.20.11
go-version: 1.21.6

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ linters-settings:
statements: 40
unused:
check-exported: true
go: "1.20"
go: "1.21"
stylecheck:
dot-import-whitelist:
- github.com/onsi/gomega
Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/ubi:latest

ARG GO_VER=go1.20.11
ARG GO_VER=go1.21.6
ARG [email protected]

LABEL description="eco-gosystem development image"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The [eco-gosystem](https://github.com/openshift-kni/eco-gosystem) project provid
The project is based on golang+[ginkgo](https://onsi.github.io/ginkgo) framework and it makes use of packages from [eco-goinfra](https://github.com/openshift-kni/eco-goinfra)

### Project requirements
* golang v1.20.x
* golang v1.21.x
* ginkgo v2.x

## eco-gosystem
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/openshift-kni/eco-gosystem

go 1.20
go 1.21.6

require (
github.com/golang/glog v1.1.2
Expand Down
Loading

0 comments on commit 7c67aba

Please sign in to comment.