Skip to content

Commit

Permalink
Update project to go 1.19 (#737)
Browse files Browse the repository at this point in the history
This is now needed due to recent updates to dependencies.

Signed-off-by: Luiz Carvalho <[email protected]>
  • Loading branch information
lcarva authored Mar 7, 2023
1 parent b480af3 commit 193cc97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/goclean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
- '**.go'
- 'go.mod'
- 'go.sum'
branches:
branches:
- main
- release-*
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
branches:
branches:
- main
- release-*
schedule:
Expand All @@ -25,12 +25,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # check-out repository

- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.18.0'
go-version: '1.19.0'

- name: go vet
run: |
# Use in-place vendored dependencies.
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/tektoncd/chains

go 1.18
go 1.19

require (
cloud.google.com/go/compute/metadata v0.2.3
Expand Down

0 comments on commit 193cc97

Please sign in to comment.