Skip to content

CI: add go latest image test #3

CI: add go latest image test

CI: add go latest image test #3

Workflow file for this run

name: Push Check Go-Latest-Linux-X64
on: push
jobs:
build:
runs-on: [self-hosted, X64]
steps:
- name: Clear repository
run: sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: script
run: |
sh ./scripts/go_latest.sh master