Skip to content

Commit

Permalink
Update Go (#8)
Browse files Browse the repository at this point in the history
* Update Go

* Update golangci-lint.yml
  • Loading branch information
mastercactapus authored Aug 19, 2024
1 parent f2339e5 commit 7bca37d
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 @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.22"
cache: false
- uses: actions/checkout@v4
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/target/sensu-go-goalert

go 1.20
go 1.22

0 comments on commit 7bca37d

Please sign in to comment.