1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

.github/workflows/test.yml: update actions

This commit is contained in:
Henrik Hautakoski 2024-02-18 19:57:03 +01:00
parent 432dfab410
commit 53c7053177

View file

@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
name: Test (go v${{ matrix.go-version }})
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}