2 Commits

Author SHA1 Message Date
aledjones 637b6b4d8c .github/workflows/go.yaml aktualisiert
Build / build (amd64, linux) (pull_request) Successful in 2m17s
Build / build (arm64, darwin) (pull_request) Successful in 3m40s
Build / build (amd64, darwin) (pull_request) Successful in 3m47s
Build / build (amd64, windows) (pull_request) Successful in 3m46s
Build / build (arm64, linux) (pull_request) Successful in 1m56s
Build / build (arm64, windows) (pull_request) Successful in 56s
2024-06-04 17:54:31 +02:00
aledjones a5d37e7844 .github/workflows/go.yaml aktualisiert
Build / build (amd64, linux) (pull_request) Has been cancelled
Build / build (amd64, windows) (pull_request) Has been cancelled
Build / build (arm64, darwin) (pull_request) Has been cancelled
Build / build (amd64, darwin) (pull_request) Has been cancelled
Build / build (arm64, linux) (pull_request) Has been cancelled
Build / build (arm64, windows) (pull_request) Has been cancelled
2024-06-04 17:37:52 +02:00
3 changed files with 4 additions and 7 deletions
+1 -4
View File
@@ -1,6 +1,3 @@
# 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 name: Build
on: on:
@@ -37,4 +34,4 @@ jobs:
with: with:
name: spotigram_${{ matrix.os }}_${{ matrix.arch }} name: spotigram_${{ matrix.os }}_${{ matrix.arch }}
path: spotigram_${{ matrix.os }}_${{ matrix.arch }} path: spotigram_${{ matrix.os }}_${{ matrix.arch }}
retention-days: 90 retention-days: 7
+1 -1
View File
@@ -1,4 +1,4 @@
module git.jonasmoeller.de/aledjones/spotigram module github.com/aledjones/spotigram
go 1.19 go 1.19
+2 -2
View File
@@ -1,5 +1,5 @@
/* /*
Copyright © 2024 Jonas Möller <mail@jonasmoeller.de> Copyright © 2023 Jonas Möller <mail@jonasmoeller.de>
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@@ -21,7 +21,7 @@ THE SOFTWARE.
*/ */
package main package main
import "git.jonasmoeller.de/aledjones/spotigram/cmd" import "github.com/aledjones/spotigram/cmd"
func main() { func main() {
cmd.Execute() cmd.Execute()