Skip to content

Commit

Permalink
modify go setup
Browse files Browse the repository at this point in the history
  • Loading branch information
StreakInTheSky committed Dec 1, 2023
1 parent ee0e99b commit 3ca9821
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.19.x'
go-version-file: 'aoc/go.mod'
cache: false
- name: Build
working-directory: ./aoc
working-directory: aoc
run: go build -v
- name: Test with the Go CLI
working-directory: ./aoc
working-directory: aoc
run: go test

0 comments on commit 3ca9821

Please sign in to comment.