mirror of
https://github.com/NotAShelf/mdlinkt.git
synced 2025-10-02 15:03:40 +00:00
ci: set up dependabot; bump go version
This commit is contained in:
parent
2e691da84d
commit
3ad7fd9d75
2 changed files with 12 additions and 4 deletions
6
.github/dependabot.yaml
vendored
Normal file
6
.github/dependabot.yaml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: gomod
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
|
@ -12,10 +12,12 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
go-version: '1.22'
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./.
|
||||
|
||||
|
@ -24,9 +26,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
- name: Nix Magic Cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- name: Build with Nix
|
||||
run: nix build .# -Lv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue