Skip to content

Commit

Permalink
Merge pull request #5 from deggja/dev
Browse files Browse the repository at this point in the history
Update: updated to go 1.21
  • Loading branch information
deggja authored Nov 26, 2023
2 parents 2cfec07 + 480ef4d commit acc05d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up Go 1.19
- name: Set up Go 1.21
uses: actions/setup-go@v2
with:
go-version: '1.19' # Make sure this matches the version in your go.mod file
go-version: '1.21' # Make sure this matches the version in your go.mod file

- name: Run Go Mod Tidy
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Launch interactive dashboard.
netfetch dash
```

![Netfetch Dashboard](https://github.com/deggja/netfetch/assets/netfetch_dash.png)
![Netfetch Dashboard](https://github.com/deggja/frontend/src/assets/netfetch_dash.png)

## Netfetch score

Expand Down
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deggja/netfetch/backend

go 1.19
go 1.21

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
go 1.21.4
go 1.21

use ./backend

0 comments on commit acc05d5

Please sign in to comment.