Skip to content

Commit 8116094

Browse files
committed
build: Set goVersion to 1.23
Signed-off-by: FelixTing <[email protected]>
1 parent 52d96ca commit 8116094

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Jenkinsfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Copyright (c) 2020 Intel Corporation
3-
// Copyright (c) 2020-2023 IOTech Ltd
3+
// Copyright (c) 2020-2025 IOTech Ltd
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License");
66
// you may not use this file except in compliance with the License.
@@ -21,5 +21,6 @@ edgeXBuildGoApp (
2121
dockerFilePath: 'example/cmd/device-simple/Dockerfile',
2222
pushImage: false,
2323
publishSwaggerDocs: true,
24-
swaggerApiFolders: ['openapi']
24+
swaggerApiFolders: ['openapi'],
25+
goVersion: '1.23'
2526
)

0 commit comments

Comments
 (0)