We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba136d commit 7368bb9Copy full SHA for 7368bb9
2 files changed
.github/workflows/git.yml
@@ -17,12 +17,12 @@ jobs:
17
18
steps:
19
- name: Install Go
20
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v3
21
with:
22
go-version: 1.20.x
23
24
- name: Checkout code
25
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
26
27
- name: Install build dependencies
28
run: sudo apt-get install gettext
.github/workflows/test.yml
@@ -14,12 +14,12 @@ jobs:
14
runs-on: ${{ matrix.platform }}
15
16
go-version: ${{ matrix.go-version }}
- name: Configure known hosts
if: matrix.platform != 'ubuntu-latest'
0 commit comments