Skip to content

Commit

Permalink
use Go 1.16 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
z4yx committed Sep 22, 2023
1 parent 5e862c9 commit 12efeb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
sudo apt-get install -q -y git gcc g++ cmake swig psmisc procps pcscd pcsc-tools yubico-piv-tool libhidapi-dev libassuan-dev libgcrypt20-dev libksba-dev libnpth0-dev opensc openssl openssh-server libpcsclite-dev libudev-dev libcmocka-dev python3-pip python3-setuptools python3-wheel lcov yubikey-manager libcbor-dev
pip3 install --upgrade pip
- name: Set up Go 1.13
uses: actions/setup-go@v1
- name: Set up Go 1.16
uses: actions/setup-go@v4
with:
go-version: 1.13
go-version: "^1.16.1"
id: go

- name: Check out code
Expand Down

0 comments on commit 12efeb4

Please sign in to comment.