Skip to content

Commit

Permalink
go 19
Browse files Browse the repository at this point in the history
  • Loading branch information
kmulvey committed Sep 13, 2022
1 parent 9ed5c36 commit d53d4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
id: go

- name: golangci-lint
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
id: go

- name: Run GoReleaser
Expand Down

0 comments on commit d53d4ce

Please sign in to comment.