Skip to content

Commit

Permalink
build: Update Go to 1.21.6 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 13, 2024
1 parent a69001f commit b99363c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: '1.21.5'
go-version: '1.21.6'

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module qemu-host

go 1.21.5
go 1.21.6

0 comments on commit b99363c

Please sign in to comment.