Skip to content

Commit 20c1f16

Browse files
authored
Merge pull request kubernetes-sigs#132 from MrHohn/go-1-19
Bump golang version to 1.19.
2 parents 1ae3641 + 297b9af commit 20c1f16

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ OUTPUT_TYPE ?= docker
4040

4141
IMAGE := $(REGISTRY)/$(BIN)-$(ARCH)
4242

43-
BUILD_IMAGE ?= golang:1.18.4-alpine
43+
BUILD_IMAGE ?= golang:1.19.4-alpine
4444

4545
MULTIARCH_IMAGE := $(REGISTRY)/$(BIN)
4646

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubernetes-sigs/cluster-proportional-autoscaler
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/davecgh/go-spew v1.1.1

pkg/autoscaler/health.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
16+
1617
package autoscaler
1718

1819
import (

0 commit comments

Comments
 (0)