Skip to content

Commit

Permalink
pin the go version to 1.16.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed May 10, 2022
1 parent 9068df7 commit 38e89f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -7,12 +7,12 @@ jobs:
steps:
- name: Configure git
run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.16.6'
go-version: '1.16.15'
- name: Set up msys2
uses: msys2/setup-msys2@v2
with:
Expand Down

0 comments on commit 38e89f6

Please sign in to comment.