Skip to content

Commit

Permalink
Merge pull request #46 from akhilerm/update-go-version-1.21.x
Browse files Browse the repository at this point in the history
Update go version 1.21.x
  • Loading branch information
estesp committed Jun 24, 2024
2 parents 30bb83c + 3e30ddb commit 08ac308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.17.x', '1.18.x']
go: ['1.21.x', '1.22.x']

name: Typeurl CI
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:

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/containerd/typeurl/v2

go 1.13
go 1.21

require (
github.com/gogo/protobuf v1.3.2
Expand Down

0 comments on commit 08ac308

Please sign in to comment.