Skip to content

Commit

Permalink
Upgrade to Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropombeiro committed Jul 7, 2024
1 parent 7d7a127 commit 11e9be2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Build qnapexporter

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
push:
branches:
- master
Expand All @@ -24,7 +24,7 @@ jobs:
name: Set up Go environment
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.19.5
golang 1.21
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/pedropombeiro/qnapexporter

// +heroku goVersion go1.19
go 1.19
// +heroku goVersion go1.21
go 1.21

require (
github.com/docker/docker v23.0.3+incompatible
Expand Down

0 comments on commit 11e9be2

Please sign in to comment.