Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
/coder-xrayPublic archive

fix: install Go first#10

Merged
sreya merged 1 commit intomainfromjon/cigo
Feb 13, 2024
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions.github/workflows/ci.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -30,6 +30,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# Install Go!
- uses: actions/setup-go@v3
with:
go-version: "~1.21"

- name: Echo Go Cache Paths
id: go-cache-paths
run: |
Expand All@@ -42,10 +47,5 @@ jobs:
path: ${{ steps.go-cache-paths.outputs.GOCACHE }}
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.**', '**.go') }}

# Install Go!
- uses: actions/setup-go@v3
with:
go-version: "~1.21"

- name: Test
run: go test ./...

[8]ページ先頭

©2009-2025 Movatter.jp