You've already forked img-proxy-url-generator
I expected something different.
Some checks failed
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Failing after 3m7s
Some checks failed
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Failing after 3m7s
This commit is contained in:
@@ -10,6 +10,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GOPRIVATE: 'git.siteworxpro.com'
|
GOPRIVATE: 'git.siteworxpro.com'
|
||||||
GOPROXY: 'direct'
|
GOPROXY: 'direct'
|
||||||
|
GO_VERSION: '1.24.3'
|
||||||
name: 🔍 🐹 Go Tests
|
name: 🔍 🐹 Go Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -23,7 +24,7 @@ jobs:
|
|||||||
- name: ⚙️ 🐹 Set up Go Environment
|
- name: ⚙️ 🐹 Set up Go Environment
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.24.0'
|
go-version: ${{ env.GO_VERSION }}
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: 📖 🔍 Checkout Repository Code
|
- name: 📖 🔍 Checkout Repository Code
|
||||||
|
|||||||
Reference in New Issue
Block a user