Skip to content

Commit 63732c6

Browse files
committed
rename stuff according to arduino/tooling-project-assets#198
1 parent cf74419 commit 63732c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-go-task.yaml renamed to .github/workflows/release-go-crosscompile-task.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/release-go-task.md
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/release-go-crosscompile-task.md
22
name: Release
33

44
env:
@@ -10,7 +10,7 @@ env:
1010
# AWS_PLUGIN_TARGET: TODO
1111
ARTIFACT_NAME: dist
1212
# See: https://github.com/actions/setup-go/tree/v2#readme
13-
GO_VERSION: 1.16
13+
GO_VERSION: 1.17
1414

1515
on:
1616
push:

DistTasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/release-go-task/go-crosscompile/DistTasks.yml
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/release-go-crosscompile-task/DistTasks.yml
22
version: "3"
33

44
# This taskfile is ideally meant to be project agnostic and could be dropped in

0 commit comments

Comments
 (0)