Skip to content

Commit

Permalink
Merge pull request #1497 from merico-dev/new-dtm
Browse files Browse the repository at this point in the history
Fix The CI Error With Wrong Golang Version
  • Loading branch information
daniel-hutao committed Apr 27, 2023
2 parents 7c411c4 + 28e76b2 commit f494c0a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,17 @@ on:
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20.3"
cache: true

- name: Check out code
uses: actions/checkout@v3

- name: Run tests
run: go test -v ./...

- name: Build project
run: make build

0 comments on commit f494c0a

Please sign in to comment.