Update Go version in Actions, update dependencies

This commit is contained in:
Jacob Gunther
2023-04-20 00:29:48 -05:00
parent a66cc778f7
commit af45527321
3 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: '1.20'
- name: Build
run: make

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/fiber/v2 v2.44.0
github.com/joho/godotenv v1.5.1
github.com/mineatar-io/skin-render v1.0.1
github.com/mineatar-io/skin-render v1.0.2
gopkg.in/yaml.v3 v3.0.1
)

2
go.sum
View File

@@ -58,6 +58,8 @@ github.com/mattn/go-runewidth v0.0.14 h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWV
github.com/mattn/go-runewidth v0.0.14/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/mineatar-io/skin-render v1.0.1 h1:ukZCagxGuaZM+E16h7XY+xGI+xlnI5R0EfEW0y+BIxs=
github.com/mineatar-io/skin-render v1.0.1/go.mod h1:DkRV/kQmFokYp6n6KDcbSRA3EnEJnUW39GgTwPnYygQ=
github.com/mineatar-io/skin-render v1.0.2 h1:9bQgZrbwNpCtEdTqHQpR29etb3whilMzkN/kxN4++Qg=
github.com/mineatar-io/skin-render v1.0.2/go.mod h1:ZwSIa/RscXiwqWGmjlWGK1fkhVj+dUUFCCifabKxgQA=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=