issues Search Results · repo:mvdan/github-actions-golang language:Go
Filter by
13 results
(55 ms)13 results
inmvdan/github-actions-golang (press backspace or delete to remove)I had the bad experience that this doesn t work on Windows:
- name: Run coverage
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
Output:
no required module provides ...
dolmen
- 6
- Opened on Apr 22, 2022
- #24
When I run this Github Action:
on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.16.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
...
Urento
- 2
- Opened on Jul 10, 2021
- #23
I ve found this repo very helpful, thank you! I ve noticed that using the actions-cache as demonstrated in the repo
doesn t result in tests being cached. I know on my local machine when I rerun tests for ...
leighmcculloch
- 10
- Opened on Jun 29, 2021
- #22
Is it possible to test for Go v1 apps that s not having/using go mod?
This is what I m getting -- https://github.com/suntong/shuttlebot/runs/2701444155?check_suite_focus=true
Run go test ./...
main.go:16:2: ...
suntong
- 1
- Opened on May 29, 2021
- #21
I have some projects using travis and this allowed me to have shields when the project passed.
How can we do this with github actions ?
BTW, thank you very much for your helpful project.
chmike
- 2
- Opened on Mar 16, 2021
- #19
After configuring the ci.yml to this:
env:
GOPRIVATE: github.com/company
jobs:
.....
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Configure git for ...
ray-x
- 3
- Opened on Jan 14, 2021
- #15
The private modules section mentions how to make the repositories reachable, but not how to bypass the proxy. Shouldn t
it include a GOPRIVATE env?
FiloSottile
- 2
- Opened on Nov 20, 2020
- #13
This is an awesome resource, thank you!
I noticed you use ${{ hashFiles( **/go.sum ) }} as a cache key for the module cache. I am not sure that does what it is
intended for, since the go.sum file does ...
FiloSottile
- 4
- Opened on Nov 20, 2020
- #12
README recommends deprecated workflow commands like ::set-env instead of environment files.
AlekSi
- 1
- Opened on Nov 4, 2020
- #11
in your readme, it specifies to use platform, but it should be os.
platform: [ubuntu-latest, macos-latest, windows-latest]
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-running-with-more-than-one-operating-system ...
ghostsquad
- 3
- Opened on Aug 8, 2020
- #8

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!
Press the /
key to activate the search input again and adjust your query.
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.