Skip to content

Commit

Permalink
update go 1.18 -> 1.19 in more spots
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Dec 14, 2023
1 parent fbf320d commit 34abb95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: 1.18
go-version: 1.19

- name: Build
run: make build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
GO_VERSION: 1.18.10
GO_VERSION: 1.19.13

jobs:
release:
Expand Down

0 comments on commit 34abb95

Please sign in to comment.