mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-20 14:52:49 +00:00
Use actions/setup-go (#850)
This commit is contained in:
3
.github/workflows/system-test.yaml
vendored
3
.github/workflows/system-test.yaml
vendored
@@ -23,9 +23,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: int128/go-actions/setup@v1
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19.4
|
||||
cache: true
|
||||
|
||||
# for certutil
|
||||
# https://packages.ubuntu.com/xenial/libnss3-tools
|
||||
|
||||
Reference in New Issue
Block a user