mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
ci: deduplicate language setup (#7753)
* Deduplicate actions * Split up go-race and go-pg
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
name: "Setup Go"
|
||||
description: |
|
||||
Sets up the Go environment for tests, builds, etc.
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: buildjet/setup-go@v4
|
||||
with:
|
||||
cache: true
|
||||
go-version: "~1.20"
|
||||
Reference in New Issue
Block a user