Skip to content

Commit

Permalink
Merge branch 'main' into Updating-Peer-MDM
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaiasA1 authored Oct 22, 2024
2 parents bafd5b8 + 1e4ee44 commit a2e8514
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- name: Checkout the code
uses: actions/checkout@v4
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release GoScaleIO
# Invocable as a reusable workflow
# Can be manually triggered
on:
workflow_call:
workflow_dispatch:
inputs:
version:
description: 'Version to release (major, minor, patch)'
required: true
default: 'none'
jobs:
csm-release:
uses: dell/common-github-actions/.github/workflows/csm-release-libs.yaml@main
name: Release Go Client Libraries
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ require (
golang.org/x/sys v0.25.0 // indirect
)

go 1.22.0
go 1.23

0 comments on commit a2e8514

Please sign in to comment.