Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a6f08e9adc | |||
| 102487b6b9 | |||
| f014563521 |
@@ -1,3 +1,6 @@
|
||||
# This workflow will build a golang project
|
||||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
|
||||
|
||||
name: Build
|
||||
|
||||
on:
|
||||
@@ -34,4 +37,4 @@ jobs:
|
||||
with:
|
||||
name: spotigram_${{ matrix.os }}_${{ matrix.arch }}
|
||||
path: spotigram_${{ matrix.os }}_${{ matrix.arch }}
|
||||
retention-days: 7
|
||||
retention-days: 90
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module github.com/aledjones/spotigram
|
||||
module git.jonasmoeller.de/aledjones/spotigram
|
||||
|
||||
go 1.19
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright © 2023 Jonas Möller <mail@jonasmoeller.de>
|
||||
Copyright © 2024 Jonas Möller <mail@jonasmoeller.de>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
@@ -21,7 +21,7 @@ THE SOFTWARE.
|
||||
*/
|
||||
package main
|
||||
|
||||
import "github.com/aledjones/spotigram/cmd"
|
||||
import "git.jonasmoeller.de/aledjones/spotigram/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
|
||||
Reference in New Issue
Block a user