mirror of
https://github.com/willnorris/imageproxy.git
synced 2025-01-27 23:04:32 -05:00
actions: print go version being used
This commit is contained in:
parent
e307e617d6
commit
762e5cf299
1 changed files with 3 additions and 1 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -26,10 +26,12 @@ jobs:
|
|||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- uses: actions/checkout@v2
|
||||
- run: go version
|
||||
|
||||
- name: Cache go modules
|
||||
uses: actions/cache@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue