Skip to content

Commit 0ce2831

Browse files
committed
bump go version to GO 1.18
1 parent 85d7e46 commit 0ce2831

7 files changed

+7
-7
lines changed

Diff for: .github/workflows/check-go-cross-build-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Cross Build
22

33
env:
44
# See: https://github.com/actions/setup-go/tree/v2#readme
5-
GO_VERSION: "1.15"
5+
GO_VERSION: "1.18"
66

77
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
88
on:

Diff for: .github/workflows/check-go-dependencies-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Go Dependencies
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/v3#readme
6-
GO_VERSION: "1.16"
6+
GO_VERSION: "1.18"
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:

Diff for: .github/workflows/check-mkdocs-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Website
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/v2#readme
6-
GO_VERSION: "1.16"
6+
GO_VERSION: "1.18"
77
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
88
PYTHON_VERSION: "3.9"
99

Diff for: .github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
env:
2727
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
28-
GO_VERSION: ^1.16.2
28+
GO_VERSION: "1.18"
2929
# As defined by the Taskfile's DIST_DIR variable
3030
DIST_DIR: dist
3131
BUILDS_ARTIFACT: build-artifacts

Diff for: .github/workflows/release-go-crosscompile-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
AWS_PLUGIN_TARGET: /arduino-fwuploader/
1111
ARTIFACT_NAME: dist
1212
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
13-
GO_VERSION: ^1.16.2
13+
GO_VERSION: "1.18"
1414

1515
on:
1616
push:

Diff for: .github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Integration
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/v2#readme
6-
GO_VERSION: "1.15"
6+
GO_VERSION: "1.18"
77
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
88
PYTHON_VERSION: "3.9"
99

Diff for: .github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Go
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/v2#readme
6-
GO_VERSION: "1.15"
6+
GO_VERSION: "1.18"
77

88
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
99
on:

0 commit comments

Comments
 (0)