We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d96ca commit 8116094Copy full SHA for 8116094
Jenkinsfile
@@ -1,6 +1,6 @@
1
//
2
// Copyright (c) 2020 Intel Corporation
3
-// Copyright (c) 2020-2023 IOTech Ltd
+// Copyright (c) 2020-2025 IOTech Ltd
4
5
// Licensed under the Apache License, Version 2.0 (the "License");
6
// you may not use this file except in compliance with the License.
@@ -21,5 +21,6 @@ edgeXBuildGoApp (
21
dockerFilePath: 'example/cmd/device-simple/Dockerfile',
22
pushImage: false,
23
publishSwaggerDocs: true,
24
- swaggerApiFolders: ['openapi']
+ swaggerApiFolders: ['openapi'],
25
+ goVersion: '1.23'
26
)
0 commit comments