Skip to content

Commit

Permalink
fix: module name
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschumacher committed Sep 3, 2024
1 parent c0f4940 commit 313bfae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: goreleaser

on:
pull_request:
push:
branches:
- main

permissions:
contents: write

jobs:
goreleaser:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.17.x]
steps:
-
name: Checkout
Expand All @@ -19,6 +23,8 @@ jobs:
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/jrschumacher/go-dofunctions
module github.com/jrschumacher/doctl-serverless-go

go 1.17

Expand Down

0 comments on commit 313bfae

Please sign in to comment.