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 7054a34 commit c42cba1Copy full SHA for c42cba1
.github/workflows/go-version.yaml
@@ -0,0 +1,22 @@
1
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
2
+#
3
+# Licensed under the Apache License, Version 2.0 (the "License");
4
+# you may not use this file except in compliance with the License.
5
+# You may obtain a copy of the License at
6
7
+# http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+# Reusable workflow to perform go version update on Golang based projects
10
+name: Go Version Update
11
12
+on:
13
+ workflow_dispatch:
14
+ repository_dispatch:
15
+ types: [go-update-workflow]
16
17
+jobs:
18
+ # go version update
19
+ go-version-update:
20
+ uses: dell/common-github-actions/.github/workflows/go-version-workflow.yaml@main
21
+ name: Go Version Update
22
+ secrets: inherit
0 commit comments