Skip to content

Commit 842f546

Browse files
Merge pull request #98 from NVIDIA/latest-go-versions
add the latest go versions
2 parents 5c48f11 + ede3d05 commit 842f546

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/image.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,16 @@ jobs:
7474
strategy:
7575
matrix:
7676
go-version:
77+
- "1.23"
78+
- "1.23.1"
79+
- "1.23.2"
7780
- "1.22"
7881
- "1.22.1"
7982
- "1.22.2"
8083
- "1.22.4"
8184
- "1.22.5"
8285
- "1.22.7"
86+
- "1.22.8"
8387
- "1.21"
8488
- "1.21.4"
8589
- "1.21.5"

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
GOLANG_VERSION ?= 1.22.7
14+
GOLANG_VERSION ?= 1.23.2

0 commit comments

Comments
 (0)