Skip to content

Commit

Permalink
upgrade go and ko (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjololo committed Jul 16, 2023
1 parent d018b2a commit d00b201
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:


env:
ko_version: 0.12.0
ko_version: 0.14.1

jobs:
publish_github:
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.19
go-version: ^1.20

- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.19
go-version: ^1.20

- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.19
go-version: ^1.20

- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'v*.*.*'

env:
ko_version: 0.12.0
ko_version: 0.14.1

jobs:
publish_github:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.19
go-version: ^1.20

- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.19
go-version: ^1.20

- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tjololo/mope

go 1.19
go 1.20

require (
github.com/bradleyfalzon/ghinstallation/v2 v2.6.0
Expand Down

0 comments on commit d00b201

Please sign in to comment.