Skip to content

Commit

Permalink
Bumped go version 1.19 (#68)
Browse files Browse the repository at this point in the history
* first

* second
  • Loading branch information
chaitra-mylarappachar authored Feb 8, 2023
1 parent e3f90c6 commit 502ff78
Show file tree
Hide file tree
Showing 126 changed files with 281 additions and 239 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19

- name: Set up Node.js
uses: actions/setup-node@v3
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/hewlettpackard/hpegl-metal-client

go 1.17
go 1.19

require (
github.com/antihax/optional v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion v1/fixup_generated_files.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/bash
COPYRIGHT="// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP"
COPYRIGHT="// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP"
set -e

if [ $# -ne 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/api_allocation.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/api_available_resources.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/api_hosts.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/api_ippools.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/api_networks.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/api_projects.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/api_projects_info.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/api_sshkeys.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/api_usage_reports.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/api_version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/api_volume_attachments.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/api_volumes.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/configuration.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

/*
* HPE GreenLake for bare metal API
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/generic-error.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP

package client

Expand Down
16 changes: 9 additions & 7 deletions v1/pkg/client/interface_allocation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions v1/pkg/client/interface_available_resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 38 additions & 27 deletions v1/pkg/client/interface_hosts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 502ff78

Please sign in to comment.