Skip to content

Commit

Permalink
Update go version 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
itsubaki committed Apr 13, 2024
1 parent e723e3d commit c854119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"

- name: Unit Tests
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/itsubaki/qasm

go 1.21
go 1.22

require (
github.com/itsubaki/q v0.0.3
Expand Down

0 comments on commit c854119

Please sign in to comment.