Skip to content

Commit

Permalink
Update workflow Go ver.
Browse files Browse the repository at this point in the history
  • Loading branch information
ne-sachirou committed Apr 25, 2024
1 parent e9d153a commit fb389b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.21.x
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Install debian packaging utils, binutils
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.21.x

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit fb389b0

Please sign in to comment.