Skip to content

Commit

Permalink
go build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
orestonce committed Sep 18, 2024
1 parent b8bc70e commit 938fd06
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/push-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
with:
version: Qt5.6.3-Windows-x86-MinGW4.9.4-staticFull-20200104
- name: Setup Go environment
uses: actions/setup-go@v3.2.1
uses: actions/setup-go@v5
with:
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
go-version: 1.18 # optional
go-version: '1.18'
cache-dependency-path: |
./go.sum
./go.sum
- name: build
run: |
go mod tidy
Expand Down

0 comments on commit 938fd06

Please sign in to comment.