Skip to content

Commit

Permalink
bump github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed Dec 9, 2023
1 parent e431d70 commit f80adf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Install Linux packages
run: sudo apt update && sudo apt install -y --no-install-recommends debhelper libhidapi-libusb0

- name: Set up Go 1.16
- name: Set up Go 1.21
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.21
id: go

- name: Check out code into the Go module directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Install Linux packages
run: sudo apt update && sudo apt install -y --no-install-recommends debhelper libhidapi-libusb0

- name: Set up Go 1.16
- name: Set up Go 1.21
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.21
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit f80adf3

Please sign in to comment.