Skip to content

Commit 70e8677

Browse files
committed
Use any 0.x releases by default
1 parent 1e21d2c commit 70e8677

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ typings/
9494
# Editorws and IDEs
9595
*~
9696
.idea
97+
*.iml

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: 'Setup a Go Actions environment and add it to the PATH, additionall
33
author: 'Yusuke KUOKA'
44
inputs:
55
go-actions-version:
6-
description: 'The Go Actions version to download (if necessary) and use. Example: 1.9.3'
7-
default: '0.5.2'
6+
description: 'The Go Actions version to download (if necessary) and use. Example: 0.5.10, 0.5, 0.x'
7+
default: '0.x'
88
runs:
99
using: 'node12'
1010
main: 'lib/setup-actions.js'

setup-go-actions.iml

-8
This file was deleted.

0 commit comments

Comments
 (0)