Skip to content

Commit c42cba1

Browse files
committed
Add go version update worklow
1 parent 7054a34 commit c42cba1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/go-version.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)