downgrading actions/setup-go
All checks were successful
Build and Package OPKG / Build for aarch64-3.10 (push) Successful in 57s
Build and Package OPKG / Build for armv5-3.2 (push) Successful in 49s
Build and Package OPKG / Build for armv7-2.6 (push) Successful in 45s
Build and Package OPKG / Build for armv7-3.2 (push) Successful in 45s
Build and Package OPKG / Build for mips-3.4 (push) Successful in 43s
Build and Package OPKG / Build for mipsel-3.4 (push) Successful in 43s

This commit is contained in:
Vladimir Avtsenov 2025-02-15 00:47:22 +03:00
parent 7833bc3db4
commit 9926cfa0fb

View File

@ -41,10 +41,9 @@ jobs:
fetch-tags: true
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v3
with:
go-version: '1.21'
cache: false
- name: Install dependencies
run: |