Skip to content

Commit

Permalink
use go1.21.7 as go-version in actions/setup-go (#3540)
Browse files Browse the repository at this point in the history
* use go1.21 as go-version in actions/setup-go

Signed-off-by: Dmitry S <[email protected]>

* e2e-tests.yml - remove unused GO_VERSION env var

Signed-off-by: Dmitry S <[email protected]>

---------

Signed-off-by: Dmitry S <[email protected]>
  • Loading branch information
dmitris authored Feb 13, 2024
1 parent 86c2d8f commit bcab79b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ on:
pull_request:
workflow_dispatch:

env:
GO_VERSION: '1.21'

jobs:
e2e-secrets:
strategy:
Expand Down Expand Up @@ -84,7 +81,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: ${{ env.GO_VERSION }}
go-version: '1.21'
check-latest: true

- name: Run pkcs11 end-to-end tests
Expand Down

0 comments on commit bcab79b

Please sign in to comment.