Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to b4ffde6 (#38)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/checkout digest to b4ffde6

* chore(deps): use actions/checkout@v4, update go version

* chore(deps): fix github jobs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ivan Maidurov <ivan.maidurov@omnevo.net>
  • Loading branch information
renovate[bot] and IvanMaidurov authored Feb 8, 2024
1 parent 5e5ed67 commit 94e9e97
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 236 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.*' ]
go: [ '1.21', '1.*' ]
name: Tests
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand All @@ -29,10 +29,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.*' ]
go: [ '1.21' ] # go 1.22 issues with generation
name: Static checks
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module flamingo.me/form

go 1.18
go 1.21

toolchain go1.21.6

require (
flamingo.me/dingo v0.2.10
Expand All @@ -18,7 +20,6 @@ require (
contrib.go.opencensus.io/exporter/zipkin v0.1.2 // indirect
cuelang.org/go v0.0.15 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cockroachdb/apd/v2 v2.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand All @@ -28,10 +29,8 @@ require (
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v1.2.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand All @@ -46,7 +45,6 @@ require (
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/prometheus/statsd_exporter v0.22.7 // indirect
github.com/rbcervilla/redisstore/v8 v8.1.0 // indirect
github.com/rbcervilla/redisstore/v9 v9.0.0 // indirect
github.com/redis/go-redis/v9 v9.0.5 // indirect
github.com/spf13/cobra v1.7.0 // indirect
Expand Down
Loading

0 comments on commit 94e9e97

Please sign in to comment.