Skip to content

Commit

Permalink
Bump go version to 1.22 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1999 authored Sep 27, 2024
1 parent 10a01fc commit c2d4038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true
cache: true
- name: golangci-lint
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/aws/etcdadm-controller

go 1.21
go 1.22

require (
github.com/aws/etcdadm-bootstrap-provider v1.0.12
Expand Down

0 comments on commit c2d4038

Please sign in to comment.