Skip to content

Commit

Permalink
Update go to 1.19 for github actions (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigerdo committed Dec 5, 2022
1 parent 9ca62f5 commit c61c8dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
id: go

- name: Bump main version
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
id: go

- name: Bump main version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_master_generation.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
id: go

- run: make format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
id: go

- name: Cache Go Modules
Expand Down

0 comments on commit c61c8dc

Please sign in to comment.