We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70644f commit c007e4fCopy full SHA for c007e4f
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
fetch-depth: 0
17
- name: Set up Go
18
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
19
- name: Run GoReleaser
20
uses: goreleaser/goreleaser-action@v5
21
.github/workflows/test.yml
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
go-version: 1.21
- name: Setup PostgreSQL
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
- name: Check out code into the Go module directory
0 commit comments