Skip to content

Commit

Permalink
feat: bump go to 1.22 (#194)
Browse files Browse the repository at this point in the history
* feat: bump go to 1.22

* ci: bump staticheck version
  • Loading branch information
kruskall authored Aug 26, 2024
1 parent b0ab845 commit 6b980a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: go mod tidy -v
- uses: dominikh/[email protected]
with:
version: "2023.1.3"
version: "2024.1.1"
install-go: false
- name: Verify repo is up-to-date
run: |
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/elastic/go-docappender/v2

go 1.21
go 1.22

require (
github.com/elastic/go-elasticsearch/v8 v8.14.0
Expand Down

0 comments on commit 6b980a5

Please sign in to comment.