mirror of
https://github.com/georgyo/ifconfig.io.git
synced 2025-10-14 07:51:31 +00:00
Compare commits
3 Commits
142b9726ea
...
2417c5b261
Author | SHA1 | Date | |
---|---|---|---|
|
2417c5b261 | ||
|
b4e50f84bd | ||
|
05df170d6f |
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
# Nix Flakes doesn't work on shallow clones
|
||||
fetch-depth: 0
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v19
|
||||
uses: DeterminateSystems/nix-installer-action@v20
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- run: nix-build
|
||||
test:
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- name: Checkout code
|
||||
|
Reference in New Issue
Block a user