issues Search Results · repo:actions/setup-go language:TypeScript
Filter by
283 results
(1 s)283 results
inactions/setup-go (press backspace or delete to remove)!--- Please direct any generic questions related to actions to our support community forum at
https://github.community/c/code-to-cloud/github-actions/41 --- !--- Before opening up a new feature request, ...
feature request
Frederick888
- 5
- Opened on Jul 18, 2024
- #491
Description:
The goal is to just have an approach to manage toolchain installs, the following is a suggestion and open to
discussion/changes:
- If the user provides a specific version, ensure we use ...
feature request
matthewhughes934
- 17
- Opened on Feb 14, 2024
- #457
Hi
Our build step is very easy
- name: Build
run: go build -v ./cmd/...
But the log shows an strange error with go 1.13.15
2021-04-02T01:14:59.7150795Z ##[group]Run go build -v ./cmd/... ...
zhoub
- Opened on Apr 2, 2021
- #109
Failed case: https://github.com/fatedier/release-test/runs/2121758524?check_suite_focus=true
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16.2
Workflow file: https://github.com/fatedier/release-test/actions/runs/657671091/workflow ...
bug
fatedier
- 17
- Opened on Mar 16, 2021
- #107
Hi there! 👋
Go 1.16 is out, and I was expecting to get it with go-version: 1.x (or just go-version: 1), but it looks like that isn t
available yet.
Perhaps someone has to trigger the workflows to build ...
fsouza
- 3
- Opened on Feb 17, 2021
- #105
I configured go-version 1.15 and everything works properly without sudo. once I put the sudo then the Go available
version with supper user is 1.14.x. any workaround to have Go 1.15 for supper user?
...
bug
mehrdadrad
- 7
- Opened on Feb 11, 2021
- #104
The README gives the example of using:
go-version: ^1.13.1
It appears there is a problem when using the ^ in the go-version specifier. When using the exact text from the example,
actual job runs end ...
bug
stmcginnis
- 7
- Opened on Jan 26, 2021
- #101
I have created a workflow with the usage of setup-go:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
- name: Check out code into the Go module directory ...
madneal
- Opened on Jan 4, 2021
- #97
5idu
- 2
- Opened on Dec 31, 2020
- #96
Hi, in regards to https://github.com/hazcod/enpass-cli/issues/97 I would like to try cross-compilation using GitHub
Actions. Any idea how this can be done with the setup-go workflow?
feature request
question
stale
hazcod
- 2
- Opened on Dec 28, 2020
- #95

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.