Skip to content

Commit

Permalink
Merge pull request #31 from SierraSoftworks/notheotherben-patch-1
Browse files Browse the repository at this point in the history
chore: Update to Go 1.23
  • Loading branch information
notheotherben authored Oct 17, 2024
2 parents da59133 + b76d931 commit 7d8af83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23
- name: Build
run: |
go build -v -o tailservice-${{ matrix.os }}-${{ matrix.arch }} -ldflags="-X 'cmd.Version=${{ github.event.release.tag_name }}'" main.go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...
run: go test -v ./...

0 comments on commit 7d8af83

Please sign in to comment.