Skip to content

Commit

Permalink
Update Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
starskim committed Dec 5, 2023
1 parent 5fc97d4 commit 43694e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
check-latest: true
cache-dependency-path: "**/*.sum"
- uses: actions/checkout@v4
- run: go test -v -coverprofile=profile.cov ./...
- name: go vet
Expand Down Expand Up @@ -52,6 +54,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.20'
check-latest: true
cache-dependency-path: "**/*.sum"
- name: Set env
run: |
echo BUILD_TIME=$(date --rfc-3339=seconds) >> ${GITHUB_ENV}
Expand Down

0 comments on commit 43694e4

Please sign in to comment.