Skip to content

Commit

Permalink
⬆️ Upgrade go@1.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Jun 30, 2022
1 parent 58b7b15 commit e20e249
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-go@master
with:
go-version: 1.17
- name: 'Install runtimes (via asdf)'
uses: asdf-vm/actions/install@v1
- name: 'Vet'
run: go vet
- name: 'Build'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-go@master
with:
go-version: 1.17
go-version: 1.18
- name: 'Vet'
run: go vet
- name: 'Build'
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.17.6
golang 1.18.3
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module thibmaek/wled-export

go 1.17
go 1.18

0 comments on commit e20e249

Please sign in to comment.